os/kernel/cpu/halt.h

7 lines
78 B
C
Raw Normal View History

2019-02-09 12:52:45 -06:00
#ifndef HALT_H
#define HALT_H
void halt() __attribute__((noreturn));
#endif