]> Joshua Wise's Git repositories - netwatch.git/blame_incremental - net/net.h
add a lot of copyright headers
[netwatch.git] / net / net.h
... / ...
CommitLineData
1/* net.h
2 * Top-level network clue code headers
3 * NetWatch system management mode administration console
4 *
5 * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved.
6 * This program is free software; you can redistribute and/or modify it under
7 * the terms found in the file LICENSE in the root of this source tree.
8 *
9 */
10
11#ifndef _NET_H
12#define _NET_H
13
14#include "etherboot-compat.h"
15#include <lwip/pbuf.h>
16
17extern void eth_init();
18extern void eth_recv(struct nic *nic, struct pbuf *p);
19extern void eth_poll();
20extern int eth_register(struct nic *nic);
21
22#endif
This page took 0.01861 seconds and 4 git commands to generate.