blob: d772376750f88be01740506ccf859c9d46e665fe (
plain) (
blame)
1
2
3
4
5
6
|
/* $FreeBSD: src/sys/boot/arm/at91/bootspi/ee.h,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
void EEInit(void);
void EERead(unsigned ee_off, char *data_addr, unsigned size);
void EEWrite(unsigned ee_off, const char *data_addr, unsigned size);
|