Coherent4.2.10/include/kernel/__bool.h

/* (-lgl
 *	Coherent 386 release 4.2
 *	Copyright (c) 1982, 1993 by Mark Williams Company.
 *	All rights reserved. May not be copied without permission.
 *	For copying permission and licensing info, write licensing@mwc.com
 -lgl) */

#ifndef	__KERNEL___BOOL_H__
#define	__KERNEL___BOOL_H__

/*
 * This internal header file defines the internal data type "__bool_t",
 * from which the System V DDI/DKI data type "bool_t" is derived.
 */

typedef	unsigned short	__bool_t;

#endif	/* ! defined (__KERNEL___BOOL_H__) */