summaryrefslogtreecommitdiff
path: root/os/boot/pc/noether.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/boot/pc/noether.c')
-rw-r--r--os/boot/pc/noether.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/boot/pc/noether.c b/os/boot/pc/noether.c
index 2162d1d4..b607b5bc 100644
--- a/os/boot/pc/noether.c
+++ b/os/boot/pc/noether.c
@@ -28,6 +28,12 @@ etherrxpkt(int, Etherpkt*, int)
}
int
+ethertxpkt(int, Etherpkt*, int, int)
+{
+ return -1;
+}
+
+int
bootpboot(int, char*, Boot*)
{
return -1;