Remy Bohmer | e5a3bc2 | 2009-05-03 12:11:40 +0200 | [diff] [blame] | 1 | /* |
| 2 | * NOTE: DAVICOM DM9000 ethernet driver interface |
| 3 | * |
| 4 | * Authors: Remy Bohmer <linux@bohmer.net> |
| 5 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 6 | * SPDX-License-Identifier: GPL-2.0+ |
Remy Bohmer | e5a3bc2 | 2009-05-03 12:11:40 +0200 | [diff] [blame] | 7 | */ |
| 8 | #ifndef __DM9000_H__ |
| 9 | #define __DM9000_H__ |
| 10 | |
| 11 | /****************** function prototypes **********************/ |
| 12 | #if !defined(CONFIG_DM9000_NO_SROM) |
| 13 | void dm9000_write_srom_word(int offset, u16 val); |
| 14 | void dm9000_read_srom_word(int offset, u8 *to); |
| 15 | #endif |
| 16 | |
| 17 | #endif /* __DM9000_H__ */ |