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