mirror of
https://github.com/fail0verflow/mini.git
synced 2026-03-22 09:44:14 -05: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
|