Xenomai API  2.5.6.1
ksrc/skins/posix/apc.h
00001 #ifndef APC_H
00002 #define APC_H
00003 
00004 #define PSE51_LO_SIGNAL_REQ 0
00005 #define PSE51_LO_FREE_REQ   1
00006 
00007 void pse51_schedule_lostage(int request, void *arg, size_t size);
00008 
00009 int pse51_apc_pkg_init(void);
00010 
00011 void pse51_apc_pkg_cleanup(void);
00012 
00013 #endif /* APC_H */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines