2 * NOTE: DAVICOM DM9000 ethernet driver interface
4 * Authors: Remy Bohmer <linux@bohmer.net>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
14 /****************** function prototypes **********************/
15 #if !defined(CONFIG_DM9000_NO_SROM)
16 void dm9000_write_srom_word(int offset, u16 val);
17 void dm9000_read_srom_word(int offset, u8 *to);
20 #endif /* __DM9000_H__ */