Fix protection against multiple inclusion of headers

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4142 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2011-05-11 15:19:10 +00:00
parent 3c69799880
commit 098decda6c
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
* $Id: if_ath_radar.h 2464 2007-06-15 22:51:56Z mtaylor $ * $Id: if_ath_radar.h 2464 2007-06-15 22:51:56Z mtaylor $
*/ */
#ifndef _IF_ATH_DEBUG_H_ #ifndef _IF_ATH_DEBUG_H_
#define _IF_ATH_DEBUG_H_
enum { enum {
ATH_DEBUG_XMIT = 0x00000001, /* basic xmit operation */ ATH_DEBUG_XMIT = 0x00000001, /* basic xmit operation */

View File

@ -17,7 +17,7 @@
* $Id: ar5416desc.h,v 1.7 2008/11/11 00:11:30 sam Exp $ * $Id: ar5416desc.h,v 1.7 2008/11/11 00:11:30 sam Exp $
*/ */
#ifndef _ATH_AR5416_DESC_H_ #ifndef _ATH_AR5416_DESC_H_
#define _ATH_AR5416_DESC_H #define _ATH_AR5416_DESC_H_
/* /*
* Hardware-specific descriptor structures. * Hardware-specific descriptor structures.