mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 19:14:28 +00:00
Merge "refactor(mediatek): refactor the data type of the return value" into integration
This commit is contained in:
commit
35c54de149
1 changed files with 6 additions and 6 deletions
|
@ -81,7 +81,7 @@ struct smccc_res {
|
||||||
uint64_t a3;
|
uint64_t a3;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef uintptr_t (*smc_handler_t)(u_register_t,
|
typedef u_register_t (*smc_handler_t)(u_register_t,
|
||||||
u_register_t,
|
u_register_t,
|
||||||
u_register_t,
|
u_register_t,
|
||||||
u_register_t,
|
u_register_t,
|
||||||
|
|
Loading…
Add table
Reference in a new issue