David Venhoff cfcea9ee67 Initial commit
Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
2025-08-11 13:05:09 +02:00

15 lines
298 B
C

/* SPDX-License-Identifier: BSD-2-Clause */
/*
* Copyright 2019 Broadcom.
*/
#ifndef _BROADCOM_TEE_BNXT_FW_H
#define _BROADCOM_TEE_BNXT_FW_H
#include <linux/types.h>
int tee_bnxt_fw_load(void);
int tee_bnxt_copy_coredump(void *buf, u32 offset, u32 size);
#endif /* _BROADCOM_TEE_BNXT_FW_H */