diff options
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/post.h b/src/post.h deleted file mode 100644 index 5536eb94..00000000 --- a/src/post.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef __POST_H -#define __POST_H - -void interface_init(void); -void device_hardware_setup(void); -void prepareboot(void); -void startBoot(void); -void reloc_preinit(void *f, void *arg); - -#endif // __POST_H |