summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/stand/ofwboot/net.h
blob: f16316ed395cfc0547a1ca47225e62fff3dd6dc8 (plain)
1
2
3
4
5
6
7
8
9
#ifndef NET_H_
#define NET_H_

struct of_dev;

int net_open(struct of_dev *);
int net_close(struct of_dev *);

#endif /* NET_H_ */