comparison packages/redboot/current/include/flash_config.h @ 849:23fd347aba65

support multiple net drivers in RedBoot
author msalter
date Thu, 20 Mar 2003 15:44:39 +0000
parents d2c90368aeef
children dbcfe4e0dbd2
comparison
equal deleted inserted replaced
848:ddac09c38f55 849:23fd347aba65
6 // 6 //
7 //========================================================================== 7 //==========================================================================
8 //####ECOSGPLCOPYRIGHTBEGIN#### 8 //####ECOSGPLCOPYRIGHTBEGIN####
9 // ------------------------------------------- 9 // -------------------------------------------
10 // This file is part of eCos, the Embedded Configurable Operating System. 10 // This file is part of eCos, the Embedded Configurable Operating System.
11 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. 11 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc.
12 // 12 //
13 // eCos is free software; you can redistribute it and/or modify it under 13 // eCos is free software; you can redistribute it and/or modify it under
14 // the terms of the GNU General Public License as published by the Free 14 // the terms of the GNU General Public License as published by the Free
15 // Software Foundation; either version 2 or (at your option) any later version. 15 // Software Foundation; either version 2 or (at your option) any later version.
16 // 16 //
65 #define CONFIG_STRING 3 65 #define CONFIG_STRING 3
66 #define CONFIG_SCRIPT 4 66 #define CONFIG_SCRIPT 4
67 #ifdef CYGPKG_REDBOOT_NETWORKING 67 #ifdef CYGPKG_REDBOOT_NETWORKING
68 #define CONFIG_IP 5 68 #define CONFIG_IP 5
69 #define CONFIG_ESA 6 69 #define CONFIG_ESA 6
70 #define CONFIG_NETPORT 7
70 #endif 71 #endif
71 72
72 struct config_option { 73 struct config_option {
73 char *key; 74 char *key;
74 char *title; 75 char *title;