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

efct_unsol.h (490B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright (C) 2021 Broadcom. All Rights Reserved. The term
      4 * “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
      5 */
      6
      7#if !defined(__OSC_UNSOL_H__)
      8#define __OSC_UNSOL_H__
      9
     10int
     11efct_unsolicited_cb(void *arg, struct efc_hw_sequence *seq);
     12int
     13efct_dispatch_fcp_cmd(struct efct_node *node, struct efc_hw_sequence *seq);
     14int
     15efct_node_recv_abts_frame(struct efct_node *node, struct efc_hw_sequence *seq);
     16
     17#endif /* __OSC_UNSOL_H__ */