1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 /* 3 * Copyright 2019 Broadcom. 4 */ 5 6 #ifndef _BROADCOM_TEE_BNXT_FW_H 7 #define _BROADCOM_TEE_BNXT_FW_H 8 9 #include <linux/types.h> 10 11 int tee_bnxt_fw_load(void); 12 int tee_bnxt_copy_coredump(void *buf, u32 offset, u32 size); 13 14 #endif /* _BROADCOM_TEE_BNXT_FW_H */ 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.