diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2001-07-16 05:21:24 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 2001-07-16 05:21:24 +0000 |
| commit | 8a3b34897083fc28742a10e9900a7511beaccd8e (patch) | |
| tree | 38c1e5b70de601aac8ae9f48cdc104d04dae5038 /sys/dev/syscons/syscons.h | |
| parent | 728c5aefc637eb51a944fd633829c5529e4212a8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index a93ce33ecdb4..66fb1705a5a1 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -128,6 +128,7 @@ typedef struct sc_vtb { int vtb_flags; #define VTB_VALID (1 << 0) +#define VTB_ALLOCED (1 << 1) int vtb_type; #define VTB_INVALID 0 #define VTB_MEMORY 1 |
