13 lines
201 B
C
13 lines
201 B
C
|
|
|
|
#ifndef TLS_IEEE80211_H
|
|
#define TLS_IEEE80211_H
|
|
|
|
#include "tls_common.h"
|
|
#if (GCC_COMPILE==1)
|
|
#include "wm_ieee80211_gcc.h"
|
|
#else
|
|
#include "wm_ieee80211.h"
|
|
#endif
|
|
#endif /* end of TLS_IEEE80211_H */
|