Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddrivers.h25 typedef struct DeviceDescr DeviceDescr; typedef
41 struct DeviceDescr struct
43 char *DeviceName;
44 int (*DeviceOpen)(const char *name, const char *arg);
45 int (*DeviceMatch)(const char *name, const char *arg);
46 void (*DeviceClose)(void);
47 int (*DeviceRead)(DriverCall *dc, bool block);
48 int (*DeviceWrite)(DriverCall *dc);
49 int (*DeviceIoctl)(const int opcode, void *args);
50 void *SwitcherState; /* used by switcher interface */