Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mac68k/include/
H A Dadbsys.h57 typedef struct adb_event_s { struct
58 int addr; /* device address */
59 int hand_id; /* handler id */
60 int def_addr; /* default address */
61 int byte_count; /* number of bytes */
62 unsigned char bytes[8]; /* bytes from register 0 */
63 struct timeval timestamp; /* time event was acquired */
64 union {
73 } u; /* courtesy interpretation */
/netbsd-src/sys/arch/macppc/include/
H A Dadbsys.h58 typedef struct adb_event_s { struct
59 int addr; /* device address */
60 int hand_id; /* handler id */
61 int def_addr; /* default address */
62 int byte_count; /* number of bytes */
63 unsigned char bytes[8]; /* bytes from register 0 */
64 struct timeval timestamp; /* time event was acquired */
65 union {
74 } u; /* courtesy interpretation */