mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-24 20:26:55 +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
|