Xenomai API  2.6.5
once.h
1 #ifndef _POSIX_ONCE_H
2 #define _POSIX_ONCE_H
3 
4 int pse51_once_pkg_init(void);
5 
6 void pse51_once_pkg_cleanup(void);
7 
8 #endif /* _POSIX_ONCE_H */