aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arm/at91/bootspi/ee.h
blob: d4d8b8dc6f8961735219c8b0197ee8f9c9857c2c (plain) (blame)
1
2
3
4
5
6
/* $FreeBSD$ */

void EEInit(void);
void EERead(unsigned ee_off, char *data_addr, unsigned size);
void EEWrite(unsigned ee_off, const char *data_addr, unsigned size);