00001 #ifndef HWOS_PLACER_H 00002 #define HWOS_PLACER_H 00003 00004 enum hwosp_event { 00005 HPE_QUIT 00006 }; 00007 00008 void* hwos_placer_main(); 00009 int hwos_placer_notify(enum hwosp_event event); 00010 00011 #endif 00012