diff options
Diffstat (limited to 'sys/boot/common/dev_net.h')
-rw-r--r-- | sys/boot/common/dev_net.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/common/dev_net.h b/sys/boot/common/dev_net.h index 3b3d107..995b672 100644 --- a/sys/boot/common/dev_net.h +++ b/sys/boot/common/dev_net.h @@ -26,5 +26,11 @@ * $FreeBSD$ */ +#ifndef _BOOT_DEV_NET_H_ +#define _BOOT_DEV_NET_H_ + extern struct devsw netdev; +uint32_t net_parse_rootpath(void); + +#endif |