1 #ifndef PKG_IKSEMEL_H__
2 #define PKG_IKSEMEL_H__ 1
3 
4 #include "driver.h"
5 #include "machine.h"
6 
7 #if defined(USE_XML) && defined(HAS_IKSEMEL)
8 
9 /* --- Prototypes --- */
10 
11 void pkg_iksemel_init();
12 
13 #endif /* USE_XML && HAS_IKSEMEL */
14 
15 #endif /* PKG_IKSEMEL_H__ */
16 
17