[uboot] create uboot from github:
repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
This commit is contained in:
14
u-boot-2021.10/arch/arm/mach-socfpga/include/mach/smc_api.h
Normal file
14
u-boot-2021.10/arch/arm/mach-socfpga/include/mach/smc_api.h
Normal file
@ -0,0 +1,14 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/*
|
||||
* Copyright (C) 2020 Intel Corporation
|
||||
*/
|
||||
|
||||
#ifndef _SMC_API_H_
|
||||
#define _SMC_API_H_
|
||||
|
||||
int invoke_smc(u32 func_id, u64 *args, int arg_len, u64 *ret_arg, int ret_len);
|
||||
int smc_send_mailbox(u32 cmd, u32 len, u32 *arg, u8 urgent, u32 *resp_buf_len,
|
||||
u32 *resp_buf);
|
||||
int smc_get_usercode(u32 *usercode);
|
||||
|
||||
#endif /* _SMC_API_H_ */
|
||||
Reference in New Issue
Block a user