source: ReferenceDesigns/w3_802.11/c/wlan_w3_common/include/wlan_cpu_id.h

Last change on this file was 6319, checked in by chunter, 5 years ago

1.8.0 release wlan-mac-se

File size: 410 bytes
Line 
1#ifndef WLAN_CPU_ID_H_
2#define WLAN_CPU_ID_H_
3
4// CPU IDs
5#ifdef XPAR_MB_HIGH_FREQ
6#define WLAN_COMPILE_FOR_CPU_HIGH                          1
7#define WLAN_COMPILE_FOR_CPU_LOW                           0
8#endif
9
10#ifdef XPAR_MB_LOW_FREQ
11#define WLAN_COMPILE_FOR_CPU_HIGH                          0
12#define WLAN_COMPILE_FOR_CPU_LOW                           1
13#endif
14
15#endif /* WLAN_CPU_ID_H_ */
Note: See TracBrowser for help on using the repository browser.