From cbd8a35c6dbaaca35494cbec319960887ad02dcf Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 24 Feb 2004 02:00:03 +0000 Subject: * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download * Minor code cleanup --- include/net.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/net.h') diff --git a/include/net.h b/include/net.h index 39debc673..1b2b347f8 100644 --- a/include/net.h +++ b/include/net.h @@ -21,13 +21,13 @@ # endif #endif /* CONFIG_8xx */ -#if defined(CONFIG_MPC5XXX) +#if defined(CONFIG_MPC5xxx) # if !defined(CONFIG_NET_MULTI) -# if defined(CONFIG_MPC5XXX_FEC) +# if defined(CONFIG_MPC5xxx_FEC) # define CONFIG_NET_MULTI # endif # endif -#endif /* CONFIG_MPC5XXX */ +#endif /* CONFIG_MPC5xxx */ #if !defined(CONFIG_NET_MULTI) && (defined(CONFIG_8260) || defined(CONFIG_MPC8560)) #include @@ -306,7 +306,7 @@ extern int NetState; /* Network loop state */ extern int NetRestartWrap; /* Tried all network devices */ #endif -typedef enum { BOOTP, RARP, ARP, TFTP, DHCP, PING, DNS } proto_t; +typedef enum { BOOTP, RARP, ARP, TFTP, DHCP, PING, DNS, NFS } proto_t; /* from net/net.c */ extern char BootFile[128]; /* Boot File name */ -- cgit v1.2.3