50 #define MAX_OPEN_DEVICES 16
53 #define NUM_IO_DEVICES 16
66 const devoptab_name_t* data;
67 } devoptab_name_list_t;
69 extern const devoptab_name_list_t devoptab_name_list;
71 void devicemap_init(
void);
File-like I/O device operations table.
A simple "device operations" table, with function pointers for all the kinds of activities you would ...
#define MAX_OPEN_DEVICES
Maximum number of file descriptors allocated to hardware devices.