]> Git Repo - J-u-boot.git/blob - include/dm9000.h
Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspb...
[J-u-boot.git] / include / dm9000.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * NOTE:        DAVICOM DM9000 ethernet driver interface
4  *
5  * Authors:     Remy Bohmer <[email protected]>
6  */
7 #ifndef __DM9000_H__
8 #define __DM9000_H__
9
10 /******************  function prototypes **********************/
11 #if !defined(CONFIG_DM9000_NO_SROM)
12 void dm9000_write_srom_word(int offset, u16 val);
13 void dm9000_read_srom_word(int offset, u8 *to);
14 #endif
15
16 #endif /* __DM9000_H__ */
This page took 0.027174 seconds and 4 git commands to generate.