home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / UNIX3862.ZIP / U386-06.ZIP / U386-6.TD0 / usr / include / sys / uadmin.h < prev    next >
Encoding:
Text File  |  1988-06-26  |  720 b   |  31 lines

  1. /*    Copyright (c) 1984, 1986, 1987, 1988 AT&T    */
  2. /*      All Rights Reserved      */
  3.  
  4. /*    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T    */
  5. /*    The copyright notice above does not evidence any       */
  6. /*    actual or intended publication of such source code.    */
  7.  
  8. /*    Copyright (c) 1987, 1988 Microsoft Corporation    */
  9. /*      All Rights Reserved    */
  10.  
  11. /*    This Module contains Proprietary Information of Microsoft  */
  12. /*    Corporation and should be treated as Confidential.       */
  13.  
  14. #ident    "@(#)head.sys:uadmin.h    1.4.1.2"
  15.  
  16. #define    A_REBOOT    1
  17. #define    A_SHUTDOWN    2
  18. #define    A_REMOUNT    4
  19. #define A_CLOCK        8
  20. #define A_SETCONFIG    128
  21.  
  22. #define    AD_HALT        0
  23. #define    AD_BOOT        1
  24. #define    AD_IBOOT    2
  25.  
  26. /*
  27.  * fcn's for A_SETCONFIG
  28.  */
  29. #define AD_PANICBOOT    1
  30.  
  31.