Updated PCI IDs to latest snapshot.
[tangerine.git] / arch / all-mingw32 / hostlib / hostlib_intern.h
blob4f5e3d59011d021ce1bc5cf723869fef2f2604a8
1 #ifndef HOSTLIB_INTERN_H
2 #define HOSTLIB_INTERN_H
4 #ifndef EXEC_NODES_H
5 #include <exec/nodes.h>
6 #endif
8 struct HostLibBase {
9 struct Node hlb_Node;
10 struct HostInterface *HostIFace;
13 #endif