00001 #ifndef __PSWITCH_H__ 00002 #define __PSWITCH_H_ 00003 00004 void pswitch_init( void ); 00005 void pswitch_loop_handler( void ); 00006 00007 #endif