Add a definition for normal kernel window state.

This commit is contained in:
jake 2001-10-20 17:08:33 +00:00
parent 38c7466c9a
commit 872f6c4015

View File

@ -87,4 +87,6 @@
#define WSTATE_MASK 7 /* for WSTATE.NORMAL */
#define WSTATE_USERSHIFT 3 /* for WSTATE.OTHER / user */
#define WSTATE_KERNEL 0 /* normal kernel wstate */
#endif /* !_MACHINE_WSTATE_H_ */