/* SPDX-License-Identifier: GPL-2.0-only */ /* include/linux/dm9000.h * * Copyright (c) 2004 Simtec Electronics * Ben Dooks <[email protected]> * * Header file for dm9000 platform data */ #ifndef __DM9000_PLATFORM_DATA #define __DM9000_PLATFORM_DATA … #include <linux/if_ether.h> /* IO control flags */ #define DM9000_PLATF_8BITONLY … #define DM9000_PLATF_16BITONLY … #define DM9000_PLATF_32BITONLY … #define DM9000_PLATF_EXT_PHY … #define DM9000_PLATF_NO_EEPROM … #define DM9000_PLATF_SIMPLE_PHY … /* platform data for platform device structure's platform_data field */ struct dm9000_plat_data { … }; #endif /* __DM9000_PLATFORM_DATA */