diff options
Diffstat (limited to 'usr/src/uts/intel/sys/bootinfo.h')
-rw-r--r-- | usr/src/uts/intel/sys/bootinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/intel/sys/bootinfo.h b/usr/src/uts/intel/sys/bootinfo.h index cff1fa0306..fcc1f8ec17 100644 --- a/usr/src/uts/intel/sys/bootinfo.h +++ b/usr/src/uts/intel/sys/bootinfo.h @@ -62,7 +62,8 @@ typedef enum boot_module_type { BMT_ROOTFS, BMT_FILE, BMT_HASH, - BMT_ENV + BMT_ENV, + BMT_FONT } boot_module_type_t; struct boot_memlist { |