UbixOS  2.0
kpanic.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define K_PANIC(msg)   kpanic("Error: (%s), File: %s, Line: %i\n",msg ,__FILE__,__LINE__);
 

Functions

void kpanic (const char *fmt,...)
 print panic message and halt system More...
 

Macro Definition Documentation

◆ K_PANIC

#define K_PANIC (   msg)    kpanic("Error: (%s), File: %s, Line: %i\n",msg ,__FILE__,__LINE__);

Definition at line 32 of file kpanic.h.

Function Documentation

◆ kpanic()