XINU
device.h
Go to the documentation of this file.
1 
6 #define DEVNAMLEN 16
8 
15 #define isbaddev(f) (((f) < 0) | ((f) >= NDEVS))