blob: 4a763be95ea3f57fb08a545674430450b93f4fbc [file] [log] [blame]
#ifndef KABOOM_H
#define KABOOM_H
/*
* Death! The macro trick is to avoid symbol conflict with
* the real-mode symbol kaboom.
*/
__noreturn _kaboom(void);
#define kaboom() _kaboom()
#endif /* KABOOM_H */