X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Finclude%2Fdm9000.h;fp=qemu%2Froms%2Fu-boot%2Finclude%2Fdm9000.h;h=42b04fac3f5fd9d94c13c471f3028ac553e756c8;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/include/dm9000.h b/qemu/roms/u-boot/include/dm9000.h new file mode 100644 index 000000000..42b04fac3 --- /dev/null +++ b/qemu/roms/u-boot/include/dm9000.h @@ -0,0 +1,17 @@ +/* + * NOTE: DAVICOM DM9000 ethernet driver interface + * + * Authors: Remy Bohmer + * + * SPDX-License-Identifier: GPL-2.0+ + */ +#ifndef __DM9000_H__ +#define __DM9000_H__ + +/****************** function prototypes **********************/ +#if !defined(CONFIG_DM9000_NO_SROM) +void dm9000_write_srom_word(int offset, u16 val); +void dm9000_read_srom_word(int offset, u8 *to); +#endif + +#endif /* __DM9000_H__ */