1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Atmel AT93C46 serial eeprom driver
5 * Brian Murphy <brian.murphy@eicon.com>
9 extern struct at93c_defs
{
11 volatile u32
*rdata_reg
;
18 u8
at93c_read(u8 addr
);
19 void at93c_write(u8 addr
, u8 data
);