summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index ef10f4d..1924158 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
OpenPOWER on IntegriCloud