blob: 3dee2c04e0a5d5a9168fdd7f73c5f9d9707270b5 (
plain) (
blame)
1
2
3
4
5
6
|
# XALLOC.H -- Defines for xalloc.x (the device allocation package).
define DV_DEVFREE 1 # device is free and can be allocated
define DV_DEVALLOC 2 # device is already allocated
define DV_DEVINUSE 3 # device is in use by someone else
define DV_DEVNOTFOUND 4 # device not in device table
|