7 lines
78 B
C
7 lines
78 B
C
|
#ifndef HALT_H
|
||
|
#define HALT_H
|
||
|
|
||
|
void halt() __attribute__((noreturn));
|
||
|
|
||
|
#endif
|