repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
ofppc
/
stand
/
ofwboot
/
net.h
blob
f16316ed395cfc0547a1ca47225e62fff3dd6dc8
1
#ifndef NET_H_
2
#define NET_H_
3
4
struct
of_dev
;
5
6
int
net_open
(
struct
of_dev
*);
7
int
net_close
(
struct
of_dev
*);
8
9
#endif
/* NET_H_ */