voron

experimental ARM OS
git clone git://git.2f30.org/voron
Log | Files | Refs | README | LICENSE

panic.h (95B)


      1 #ifndef __PANIC_H
      2 #define __PANIC_H
      3 
      4 void panic(const char *fmt, ...);
      5 
      6 #endif	/* __PANIC_H */