repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add memtest support.
[syslinux-debian/hramrach.git]
/
core
/
include
/
kaboom.h
blob
4a763be95ea3f57fb08a545674430450b93f4fbc
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 */