Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.17 14 lines 298 B view raw
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 */