Luna/kernel/include/misc/hang.h
2022-09-21 17:56:53 +02:00

4 lines
52 B
C

#pragma once
[[noreturn]] void hang();
void halt();