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
11int tee_bnxt_fw_load(void);
12int tee_bnxt_copy_coredump(void *buf, u32 offset, u32 size);
13
14#endif /* _BROADCOM_TEE_BNXT_FW_H */
15

source code of linux/include/linux/firmware/broadcom/tee_bnxt_fw.h