code: 9ferno

ref: aa4cf3a4b23b4a06b2c67c18957f0574aa37df8b
dir: /os/boot.original/pc/noether.c/

View raw version
#include "u.h"
#include "lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "io.h"

int
etherinit(void)
{
	return -1;
}

void
etherinitdev(int, char*)
{
}

void
etherprintdevs(int)
{
}

int
etherrxpkt(int, Etherpkt*, int)
{
	return -1;
}

int
ethertxpkt(int, Etherpkt*, int, int)
{
	return -1;
}

int
bootpboot(int, char*, Boot*)
{
	return -1;
}

void*
pxegetfspart(int, char*, int)
{
	return nil;
}