summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/uadmin.h
diff options
context:
space:
mode:
authorjohnlev <none@none>2008-05-21 16:00:05 -0700
committerjohnlev <none@none>2008-05-21 16:00:05 -0700
commitc48ac12eb805b96b1b8d7582c4168b4e4fa56865 (patch)
tree89f6e64352bda38778f0899dc7820980ab185bde /usr/src/uts/common/sys/uadmin.h
parentb08d8a121e3928c888b68a3e56445554ced82733 (diff)
downloadillumos-joyent-c48ac12eb805b96b1b8d7582c4168b4e4fa56865.tar.gz
6677804 Can't shutdown Solaris HVM guest with PV drivers
Diffstat (limited to 'usr/src/uts/common/sys/uadmin.h')
-rw-r--r--usr/src/uts/common/sys/uadmin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/uadmin.h b/usr/src/uts/common/sys/uadmin.h
index e307462896..2bf889c9b7 100644
--- a/usr/src/uts/common/sys/uadmin.h
+++ b/usr/src/uts/common/sys/uadmin.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -50,6 +50,7 @@ extern "C" {
#define A_SWAPCTL 16
/* 17-21 reserved for obsolete interface */
+#define AD_UNKNOWN -1 /* no method */
#define AD_HALT 0 /* halt the processor */
#define AD_BOOT 1 /* multi-user reboot */
#define AD_IBOOT 2 /* multi-user reboot, ask for name of file */