]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/boot/arm/at91/bootspi/ee.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / boot / arm / at91 / bootspi / ee.h
1 /* $FreeBSD$ */
2
3 void EEInit(void);
4 void EERead(unsigned ee_off, char *data_addr, unsigned size);
5 void EEWrite(unsigned ee_off, const char *data_addr, unsigned size);
6