Files
Arquivotheca.AIX-4.1.3/bos/kernel/sys/POWER/reboot.h
seta75D d6fe8fe829 Init
2021-10-11 22:19:34 -03:00

27 lines
593 B
C

/* @(#)61 1.4 src/bos/kernel/sys/POWER/reboot.h, sysproc, bos411, 9428A410j 9/22/93 05:09:38 */
/*
* COMPONENT_NAME: SYSPROC
*
* FUNCTIONS:
*
* ORIGINS: 27
*
*
* (C) COPYRIGHT International Business Machines Corp. 1989,1993
* All Rights Reserved
* Licensed Materials - Property of IBM
* US Government Users Restricted Rights - Use, duplication or
* disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/
#ifndef _H_REBOOT
#define _H_REBOOT
#define RB_SOFTIPL 0
#define RB_HALT 1
#define RB_POWIPL 2
#define RB_HARDIPL 3
#endif /* _H_REBOOT */