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

hw_atl2.h (417B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/* Atlantic Network Driver
      3 * Copyright (C) 2020 Marvell International Ltd.
      4 */
      5
      6#ifndef HW_ATL2_H
      7#define HW_ATL2_H
      8
      9#include "aq_common.h"
     10
     11extern const struct aq_hw_caps_s hw_atl2_caps_aqc113;
     12extern const struct aq_hw_caps_s hw_atl2_caps_aqc115c;
     13extern const struct aq_hw_caps_s hw_atl2_caps_aqc116c;
     14extern const struct aq_hw_ops hw_atl2_ops;
     15
     16#endif /* HW_ATL2_H */