megadrive_test1

view src/misc.h @ 7:8253942b0a1a

in the middle of something
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 19 Feb 2017 14:00:26 +0200
parents
children
line source
1 #ifndef MISC_H_
2 #define MISC_H_
4 void panic(const char *fmt, ...);
6 /* defined in startup.s */
7 void halt_cpu(void);
9 #endif /* MISC_H_ */