cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

tee_bnxt_fw.h (298B)


      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 */