Forward declare struct ifnet - this fixes a warning in tdfx_pci.c

This commit is contained in:
Peter Wemm 2001-11-17 01:22:07 +00:00
parent 1cf2b66500
commit 50fa1aaaa7

View File

@ -627,6 +627,7 @@
* This doesn't really belong here, but I can't think of a better
* place to put it.
*/
struct ifnet;
int linux_ifname(struct ifnet *, char *, size_t);
#endif /* !_LINUX_IOCTL_H_ */