mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-25 16:37:42 +01:00
7 lines
67 B
C
7 lines
67 B
C
|
#ifndef __PANIC_H__
|
||
|
#define __PANIC_H__
|
||
|
|
||
|
void panic(void);
|
||
|
|
||
|
#endif
|