/* SPDX-License-Identifier: GPL-2.0-only */ /* include/net/ax88796.h * * Copyright 2005 Simtec Electronics * Ben Dooks <[email protected]> */ #ifndef __NET_AX88796_PLAT_H #define __NET_AX88796_PLAT_H #include <linux/types.h> struct sk_buff; struct net_device; struct platform_device; #define AXFLG_HAS_EEPROM … #define AXFLG_MAC_FROMDEV … #define AXFLG_HAS_93CX6 … #define AXFLG_MAC_FROMPLATFORM … struct ax_plat_data { … }; /* exported from ax88796.c for xsurf100.c */ extern void ax_NS8390_reinit(struct net_device *dev); #endif /* __NET_AX88796_PLAT_H */