repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
all-mingw32
/
hostlib
/
hostlib_intern.h
blob
4f5e3d59011d021ce1bc5cf723869fef2f2604a8
1
#ifndef HOSTLIB_INTERN_H
2
#define HOSTLIB_INTERN_H
3
4
#ifndef EXEC_NODES_H
5
#include <exec/nodes.h>
6
#endif
7
8
struct
HostLibBase
{
9
struct
Node hlb_Node
;
10
struct
HostInterface
*
HostIFace
;
11
};
12
13
#endif