blob: f780e513f698594ee0f6c2d75292ded4c64ea50d [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Remy Bohmere5a3bc22009-05-03 12:11:40 +02002/*
3 * NOTE: DAVICOM DM9000 ethernet driver interface
4 *
5 * Authors: Remy Bohmer <linux@bohmer.net>
Remy Bohmere5a3bc22009-05-03 12:11:40 +02006 */
7#ifndef __DM9000_H__
8#define __DM9000_H__
9
10/****************** function prototypes **********************/
11#if !defined(CONFIG_DM9000_NO_SROM)
12void dm9000_write_srom_word(int offset, u16 val);
13void dm9000_read_srom_word(int offset, u8 *to);
14#endif
15
16#endif /* __DM9000_H__ */