Duplicate include protection.
This commit is contained in:
parent
6121a90ba1
commit
a585d748dc
|
@ -27,7 +27,7 @@
|
||||||
* i4b_debug.h - i4b debug header file
|
* 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$
|
* $FreeBSD$
|
||||||
*
|
*
|
||||||
|
@ -35,6 +35,9 @@
|
||||||
*
|
*
|
||||||
*---------------------------------------------------------------------------*/
|
*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
#ifndef I4B_DEBUG_H
|
||||||
|
#define I4B_DEBUG_H
|
||||||
|
|
||||||
#if !defined DO_I4B_DEBUG
|
#if !defined DO_I4B_DEBUG
|
||||||
# define DO_I4B_DEBUG 1 /* default = include debugging code */
|
# define DO_I4B_DEBUG 1 /* default = include debugging code */
|
||||||
#elif DO_I4B_DEBUG != 0
|
#elif DO_I4B_DEBUG != 0
|
||||||
|
@ -301,4 +304,5 @@ typedef struct {
|
||||||
|
|
||||||
#define I4B_CTL_CLR_LAPDSTAT _IOW('C', 5, int)
|
#define I4B_CTL_CLR_LAPDSTAT _IOW('C', 5, int)
|
||||||
|
|
||||||
|
#endif
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Reference in New Issue