blob: 76f9bfde70806db54a5a55dff985b1d104001f85 [file] [log] [blame]
Remy Bohmere5a3bc22009-05-03 12:11:40 +02001/*
2 * NOTE: DAVICOM DM9000 ethernet driver interface
3 *
4 * Authors: Remy Bohmer <linux@bohmer.net>
5 *
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.
10 */
11#ifndef __DM9000_H__
12#define __DM9000_H__
13
14/****************** function prototypes **********************/
15#if !defined(CONFIG_DM9000_NO_SROM)
16void dm9000_write_srom_word(int offset, u16 val);
17void dm9000_read_srom_word(int offset, u8 *to);
18#endif
19
20#endif /* __DM9000_H__ */