ca7d761296
Use the opt_ah.h for the provided HAL to get options like AH_REGOPS_FUNC. Add AH_REGOPS_FUNC to a few opt_ah.h that don't have it in this version of the HAL but need it. (The next version from Sam should have this fixed in it. If it doesn't, then we'll have to take care at import time.) Ultimately, this should make future imports even easier, and individual ports should not have to worry about whether AH_REGOPS_FUNC is properly defined or not, since the opt_ah.h will just take care of it automatically. Ok'd by dyoung@.
9 lines
213 B
C
9 lines
213 B
C
#define AH_SUPPORT_AR5210 1
|
|
#define AH_SUPPORT_AR5211 1
|
|
#define AH_SUPPORT_AR5212 1
|
|
#define AH_SUPPORT_5111 1
|
|
#define AH_SUPPORT_5112 1
|
|
#define AH_SUPPORT_2413 1
|
|
#define AH_SUPPORT_5413 1
|
|
#define AH_REGOPS_FUNC 1
|