mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-16 16:39:25 +01:00
9 lines
133 B
C
9 lines
133 B
C
|
#ifndef __PANIC_H__
|
||
|
#define __PANIC_H__
|
||
|
|
||
|
#define PANIC_MOUNT 1,1,-1
|
||
|
|
||
|
void panic2(int mode, ...) __attribute__ ((noreturn));
|
||
|
|
||
|
#endif
|