1 #ifndef NN_PHTSEL_H_
2 #define NN_PHTSEL_H_
3 
4 #if defined(NN_PLATFORM_CTR)
5     #include <nn/phtsel/CTR/phtsel_Api.h>
6 
7     namespace nn {
8         namespace phtsel {
9             using namespace nn::phtsel::CTR;
10         }
11     }
12 
13 #else
14     #error no platform selected
15 #endif
16 
17 #endif /* NN_PHTSEL_H_ */
18