Luna/kernel/include/panic/hang.h
2022-09-06 12:12:55 +02:00

4 lines
52 B
C

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