|
XINU
|
「デバイス名の最大長」と「デバイスID検証マクロ」を提供する。 More...

Go to the source code of this file.
Macros | |
| #define | DEVNAMLEN 16 |
| デバイス名の最大サイズ More... | |
| #define | isbaddev(f) (((f) < 0) | ((f) >= NDEVS)) |
| デバイスIDを検証するマクロ。 More... | |
「デバイス名の最大長」と「デバイスID検証マクロ」を提供する。
Definition in file device.h.
1.8.13