mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-27 12:15:19 +01:00
1cb7b4e69e
Renamed some method in XArray XObjArray and XStringW.
7 lines
67 B
C
7 lines
67 B
C
#ifndef __PANIC_H__
|
|
#define __PANIC_H__
|
|
|
|
void panic(void);
|
|
|
|
#endif
|