xref: /linux/include/linux/firmware/broadcom/tee_bnxt_fw.h (revision e5a52fd2b8cdb700b3c07b030e050a49ef3156b9)
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