summaryrefslogtreecommitdiff
path: root/tests/runtime_services/standard_service/psci/api_tests/psci_version/test_psci_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtime_services/standard_service/psci/api_tests/psci_version/test_psci_version.c')
-rw-r--r--tests/runtime_services/standard_service/psci/api_tests/psci_version/test_psci_version.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/runtime_services/standard_service/psci/api_tests/psci_version/test_psci_version.c b/tests/runtime_services/standard_service/psci/api_tests/psci_version/test_psci_version.c
index 558bd3d..2194f05 100644
--- a/tests/runtime_services/standard_service/psci/api_tests/psci_version/test_psci_version.c
+++ b/tests/runtime_services/standard_service/psci/api_tests/psci_version/test_psci_version.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -40,10 +40,10 @@
*/
test_result_t test_psci_version(void)
{
- smc64_args args = { SMC_PSCI_VERSION };
- smc64_ret_values ret;
+ smc_args args = { SMC_PSCI_VERSION };
+ smc_ret_values ret;
- ret = tftf_smc64(&args);
+ ret = tftf_smc(&args);
if (ret.ret0 != PSCI_VERSION) {
tftf_testcase_printf(