MyOS Kernel
halt.h
Go to the documentation of this file.
1 
5 #ifndef HALT_H
6 #define HALT_H
7 
11 void halt() __attribute__((noreturn));
12 
13 #endif
halt
void halt()