00001 00009 #ifndef __RRES_HOOKS_H__ 00010 #define __RRES_HOOKS_H__ 00011 00012 #include "kal_sched.h" /* for task_struct, hooks and related structures */ 00013 00015 int check_gensched_hooks(void); 00016 00018 void set_gensched_hooks(void); 00019 00021 void unset_gensched_hooks(void); 00022 00023 #endif 00024