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

eth-ep93xx.h (207B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef _LINUX_PLATFORM_DATA_ETH_EP93XX
      3#define _LINUX_PLATFORM_DATA_ETH_EP93XX
      4
      5struct ep93xx_eth_data {
      6	unsigned char	dev_addr[6];
      7	unsigned char	phy_id;
      8};
      9
     10#endif