Home
last modified time | relevance | path

Searched defs:_DEVICE_ID (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/prep/include/
H A Dresidual.h179 typedef struct _DEVICE_ID { struct
180 unsigned long BusId; /* See BUS_ID enum above */
181 unsigned long DevId; /* Big Endian format */
182 unsigned long SerialNum; /* For multiple usage of a single
184 unsigned long Flags; /* See DEVICE_FLAGS enum above */
185 unsigned char BaseType; /* See pnp.h for bit definitions */
186 unsigned char SubType; /* See pnp.h for bit definitions */
187 unsigned char Interface; /* See pnp.h for bit definitions */
188 unsigned char Spare;