Duplicate include protection.

This commit is contained in:
martin 2002-01-21 11:38:16 +00:00
parent 6121a90ba1
commit a585d748dc
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,7 @@
* i4b_debug.h - i4b debug header file
* -----------------------------------
*
* $Id: i4b_debug.h,v 1.1.1.1 2001/01/05 12:49:56 martin Exp $
* $Id: i4b_debug.h,v 1.2 2002/01/21 11:38:16 martin Exp $
*
* $FreeBSD$
*
@ -35,6 +35,9 @@
*
*---------------------------------------------------------------------------*/
#ifndef I4B_DEBUG_H
#define I4B_DEBUG_H
#if !defined DO_I4B_DEBUG
# define DO_I4B_DEBUG 1 /* default = include debugging code */
#elif DO_I4B_DEBUG != 0
@ -301,4 +304,5 @@ typedef struct {
#define I4B_CTL_CLR_LAPDSTAT _IOW('C', 5, int)
#endif
/* EOF */