1
0
Files
irix-657m-src/stand/arcs/include/sys/dump.h
2022-09-29 17:59:04 +03:00

20 lines
490 B
C

/*
* Constants for kernel crash dumping stuff
*
* $Revision: 3.5 $
*/
#ifdef _KERNEL
#define DUMP_OPEN 1 /* initialize device */
#define DUMP_WRITE 2 /* write some data */
#define DUMP_CLOSE 3 /* close the device */
#endif
/*
* Values for led's during a crash
*/
#define LED_PATTERN_BADVA 2 /* kernel bad virtual address */
#define LED_PATTERN_FAULT 3 /* random kernel fault */
#define LED_PATTERN_BOTCH 4 /* nofault botch */
#define LED_PATTERN_PKG 5 /* bad package linkage */