Add memtest support.
[syslinux-debian/hramrach.git] / core / include / kaboom.h
blob4a763be95ea3f57fb08a545674430450b93f4fbc
1 #ifndef KABOOM_H
2 #define KABOOM_H
4 /*
5 * Death! The macro trick is to avoid symbol conflict with
6 * the real-mode symbol kaboom.
7 */
8 __noreturn _kaboom(void);
9 #define kaboom() _kaboom()
11 #endif /* KABOOM_H */