os/kernel/cpu/halt.h

7 lines
78 B
C

#ifndef HALT_H
#define HALT_H
void halt() __attribute__((noreturn));
#endif