knx
ETS configurable knx-stack
aes.hpp
Go to the documentation of this file.
1 #ifndef _AES_HPP_
2 #define _AES_HPP_
3 
4 #ifndef __cplusplus
5  #error Do not include the hpp header in a c project!
6 #endif //__cplusplus
7 
8 extern "C" {
9 #include "aes.h"
10 }
11 
12 #endif //_AES_HPP_