diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2022-10-06 16:45:17 +0200 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2022-10-06 16:45:17 +0200 |
commit | f8397815545adb7d0da36614e0065aa68453a2e4 (patch) | |
tree | a771f526970c6724b2511577dceece8783450a49 /stage3/halt.h | |
download | cuddles-f8397815545adb7d0da36614e0065aa68453a2e4.tar.xz |
Initial commit
Diffstat (limited to 'stage3/halt.h')
-rw-r--r-- | stage3/halt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/stage3/halt.h b/stage3/halt.h new file mode 100644 index 0000000..9521dd9 --- /dev/null +++ b/stage3/halt.h @@ -0,0 +1,6 @@ +#ifndef _HALT_H_ +#define _HALT_H_ + +void halt(); + +#endif |