git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
es language update
[enigma2.git]
/
main
/
bsod.h
1
#ifndef __main_bsod_h
2
#define __main_bsod_h
3
4
void bsodLogInit();
5
void bsodCatchSignals();
6
void bsodFatal();
7
8
#endif