summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/network.h')
-rw-r--r--mdk-stage1/network.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/network.h b/mdk-stage1/network.h
index 02eea45b6..6c72146c8 100644
--- a/mdk-stage1/network.h
+++ b/mdk-stage1/network.h
@@ -30,6 +30,8 @@
enum return_type nfs_prepare(void);
enum return_type ftp_prepare(void);
enum return_type http_prepare(void);
+enum return_type ka_prepare(void);
+enum return_type ka_wait_for_stage2(void);
enum boot_proto_type { BOOTPROTO_STATIC, BOOTPROTO_DHCP, BOOTPROTO_ADSL_PPPOE };