summaryrefslogtreecommitdiff
path: root/stage3/halt.h
blob: b4d0d148f7f589d3a1cb0d02542b4f9847b300cb (plain)
1
2
3
4
5
6
7
#ifndef _HALT_H_
#define _HALT_H_

void halt();
void panic(char *msg);

#endif