summaryrefslogtreecommitdiffstats
path: root/src/arch/e1/include/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/e1/include/hooks.h')
-rw-r--r--src/arch/e1/include/hooks.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/arch/e1/include/hooks.h b/src/arch/e1/include/hooks.h
new file mode 100644
index 000000000..a67aa193f
--- /dev/null
+++ b/src/arch/e1/include/hooks.h
@@ -0,0 +1,9 @@
+#ifndef ETHERBOOT_E1_HOOKS_H
+#define ETHERBOOT_E1_HOOKS_H
+
+#define arch_main(data,params) do {} while(0)
+#define arch_on_exit(status) do {} while(0)
+#define arch_relocate_to(addr) do {} while(0)
+#define arch_relocated_from(old_addr) do {} while(0)
+
+#endif /* ETHERBOOT_E1_HOOKS_H */