Changeset 38408 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h
- Timestamp:
- Aug 10, 2011 8:07:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h
r38389 r38408 30 30 typedef struct VBOXNETADPGLOBALS *PVBOXNETADPGLOBALS; 31 31 32 /* WARNING! There a copy of VBOXNETADP_MAGIC in VBoxNetFlt/VBoxNetFltInternal.h! */33 /* v b n a */34 #define VBOXNETADP_MAGIC 0x56424e4135 32 #define VBOXNETADP_MAX_INSTANCES 8 36 33 #define VBOXNETADP_MAX_UNITS 128 … … 86 83 struct VBoxNetAdapter 87 84 { 88 /** Magic id to tell vboxnetX interfaces apart. */89 uint32_t uMagic;90 85 /** Denotes availability of this slot in adapter array. */ 91 86 VBOXNETADPSTATE enmState;
Note:
See TracChangeset
for help on using the changeset viewer.