summaryrefslogtreecommitdiff
path: root/stage3/halt.h
blob: af4c41e2068b1b5ce83622edd65293c6c0751724 (plain)
1
2
3
4
5
6
7
8
9
#ifndef HALT_H
#define HALT_H

#include "def.h"

[[noreturn]] void freeze();
[[noreturn]] void panic(str msg);

#endif