Go to the documentation of this file.
   18 #ifdef POK_NEEDS_DEBUG 
   20 #ifndef __POK_KERNEL_DEBUG_H_ 
   21 #define __POK_KERNEL_DEBUG_H_ 
   27 void            pok_fatal(
const char* message);
 
   29 int      debug_strlen (
const char* str);
 
   31 #define POK_FATAL(arg) pok_fatal(arg) 
   33 #define POK_DEBUG_PRINT_CURRENT_STATE pok_debug_print_current_state(); 
   37    #define POK_DEBUG_PRINT_CURRENT_STATE 
   38    #define POK_FATAL(arg)