xref: /original-bsd/sys/luna68k/stand/status.h (revision 3705696b)
1 /*
2  * Copyright (c) 1992 OMRON Corporation.
3  * Copyright (c) 1992, 1993
4  *	The Regents of the University of California.  All rights reserved.
5  *
6  * This code is derived from software contributed to Berkeley by
7  * OMRON Corporation.
8  *
9  * %sccs.include.redist.c%
10  *
11  *	@(#)status.h	8.1 (Berkeley) 06/10/93
12  */
13 
14 /*
15  * status.h -- status code table for internal commands
16  * by A.Fujita, FEB-02-1992
17  */
18 
19 
20 #define ST_NORMAL	0
21 #define ST_EXIT		-1
22 #define ST_NOTFOUND	-2
23 
24 #define ST_ERROR	1
25