Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: BSD-2-Clause */
0002 /*
0003  * Copyright 2019 Broadcom.
0004  */
0005 
0006 #ifndef _BROADCOM_TEE_BNXT_FW_H
0007 #define _BROADCOM_TEE_BNXT_FW_H
0008 
0009 #include <linux/types.h>
0010 
0011 int tee_bnxt_fw_load(void);
0012 int tee_bnxt_copy_coredump(void *buf, u32 offset, u32 size);
0013 
0014 #endif /* _BROADCOM_TEE_BNXT_FW_H */