From ef5a9672c778e22ecb522db625b5df78ea40ed23 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 7 Dec 2003 00:46:27 +0000 Subject: * Patch by Xue Ligong (Joe), 13 Nov 2003: add Realtek 8019 ethernet driver * Patch by Yuli Barcohen, 13 Nov 2003: MPC826xADS/PQ2FADS cleanup * Patch by Anders Larsen, 12 Nov 2003: Update README to mark the PORTIO commands non-standard --- lib_arm/board.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib_arm') diff --git a/lib_arm/board.c b/lib_arm/board.c index 16e1575ed5..cca708cfb2 100644 --- a/lib_arm/board.c +++ b/lib_arm/board.c @@ -54,6 +54,10 @@ const char version_string[] = extern void cs8900_get_enetaddr (uchar * addr); #endif +#ifdef CONFIG_DRIVER_CS8900 +extern void rtl8019_get_enetaddr (uchar * addr); +#endif + #ifdef CONFIG_DRIVER_LAN91C96 #include "../drivers/lan91c96.h" #endif -- cgit v1.2.1