home *** CD-ROM | disk | FTP | other *** search
- /*
- * @(#) uadmin.h 2.2 88/05/18
- *
- * Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987, 1988.
- * Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987, 1988.
- * This Module contains Proprietary Information of
- * The Santa Cruz Operation, Microsoft Corporation
- * and AT&T, and should be treated as Confidential.
- */
-
- #define A_REBOOT 1
- #define A_SHUTDOWN 2
- #define A_REMOUNT 4
- #define A_SETCONFIG 128
- #define A_GETDEV 130
-
- /*
- * fnc's for A_REBOOT & A_SHUTDOWN
- */
- #define AD_HALT 0
- #define AD_BOOT 1
- #define AD_IBOOT 2
- #define AD_PWRDOWN 3
-
- /*
- * fnc's for A_SETCONFIG
- */
- #define AD_PANICBOOT 1
-
- /*
- * fnc's for A_GETDEV
- */
- #define AD_GETBMAJ 0
- #define AD_GETCMAJ 1
-
-