From 098decda6c7115c4ebb8033f84d6dcd6766a6319 Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 11 May 2011 15:19:10 +0000 Subject: [PATCH] Fix protection against multiple inclusion of headers git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4142 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath_debug.h | 1 + ath_hal/ar5416/ar5416desc.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ath/if_ath_debug.h b/ath/if_ath_debug.h index ece1e0c..f86a5b6 100644 --- a/ath/if_ath_debug.h +++ b/ath/if_ath_debug.h @@ -19,6 +19,7 @@ * $Id: if_ath_radar.h 2464 2007-06-15 22:51:56Z mtaylor $ */ #ifndef _IF_ATH_DEBUG_H_ +#define _IF_ATH_DEBUG_H_ enum { ATH_DEBUG_XMIT = 0x00000001, /* basic xmit operation */ diff --git a/ath_hal/ar5416/ar5416desc.h b/ath_hal/ar5416/ar5416desc.h index 7c60b24..83a02a6 100644 --- a/ath_hal/ar5416/ar5416desc.h +++ b/ath_hal/ar5416/ar5416desc.h @@ -17,7 +17,7 @@ * $Id: ar5416desc.h,v 1.7 2008/11/11 00:11:30 sam Exp $ */ #ifndef _ATH_AR5416_DESC_H_ -#define _ATH_AR5416_DESC_H +#define _ATH_AR5416_DESC_H_ /* * Hardware-specific descriptor structures.