source: bootcd/isolinux/syslinux-6.03/core/include/kaboom.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 210 bytes
Line 
1#ifndef KABOOM_H
2#define KABOOM_H
3
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()
10
11#endif /* KABOOM_H */
Note: See TracBrowser for help on using the repository browser.