diff options
| author | Robert Mustacchi <rm@joyent.com> | 2014-07-28 05:15:24 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2014-07-30 10:12:47 +0000 |
| commit | 29e61af1e4197a2257d9f07c6ea4da563d19856a (patch) | |
| tree | 890a31a717d54243d68553828cb3011b24f4b6b7 /usr/src/uts/common/sys/auxv.h | |
| parent | 773ec6987ca1e06d93c1cadbada051c3be95aaed (diff) | |
| download | illumos-joyent-29e61af1e4197a2257d9f07c6ea4da563d19856a.tar.gz | |
OS-3280 need a way to specify the root of a native system in the lx brand
OS-3279 lx brand should allow delegated datasets
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/auxv.h')
| -rw-r--r-- | usr/src/uts/common/sys/auxv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/auxv.h b/usr/src/uts/common/sys/auxv.h index d0b83e10c8..b7db2c6454 100644 --- a/usr/src/uts/common/sys/auxv.h +++ b/usr/src/uts/common/sys/auxv.h @@ -201,6 +201,7 @@ extern uint_t getisax(uint32_t *, uint_t); #define AT_SUN_BRAND_AUX1 2020 #define AT_SUN_BRAND_AUX2 2021 #define AT_SUN_BRAND_AUX3 2022 +#define AT_SUN_BRAND_NROOT 2024 /* * Note that 2023 is reserved for the AT_SUN_HWCAP2 word defined above. |
