summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/sys/bootinfo.h
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-01-21 16:45:38 +0200
committerJoshua M. Clulow <josh@sysmgr.org>2017-04-21 20:09:35 -0700
commitf289ce6eb03db0584699ec4fed88ef795a33dd79 (patch)
tree0a66edd02334955057d0d092c0dee7cdfcd633d9 /usr/src/uts/intel/sys/bootinfo.h
parent76608ff7a54afda798e7fdc98681fb6d37322109 (diff)
downloadillumos-joyent-f289ce6eb03db0584699ec4fed88ef795a33dd79.tar.gz
7839 uts: implement boot environment support
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/uts/intel/sys/bootinfo.h')
-rw-r--r--usr/src/uts/intel/sys/bootinfo.h3
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 9e205e342f..fa60e6ac41 100644
--- a/usr/src/uts/intel/sys/bootinfo.h
+++ b/usr/src/uts/intel/sys/bootinfo.h
@@ -61,7 +61,8 @@ typedef void *native_ptr_t;
typedef enum boot_module_type {
BMT_ROOTFS,
BMT_FILE,
- BMT_HASH
+ BMT_HASH,
+ BMT_ENV
} boot_module_type_t;
struct boot_memlist {