Plan 9 from Bell Labs’s /usr/web/sources/contrib/rsc/9load/20041214/noether.c

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#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
bootpboot(int, char*, Boot*)
{
	return -1;
}

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

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.