/** * @author Edouard DUPIN * * @copyright 2011, Edouard DUPIN, all right reserved * * @license BSD 3 clauses (see license file) */ #ifndef __EWOLSA_H__ #define __EWOLSA_H__ #include #include #include namespace ewolsa { void init(void); void unInit(void); }; #endif