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

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

#endif