Gitiles
Code Review
Sign In
code.illumos.org
/
illumos-gate
/
199767f8919635c4928607450d9e0abb932109ce
/
.
/
usr
/
src
/
boot
/
sys
/
boot
/
arm
/
at91
/
bootspi
/
ee.h
blob: d4d8b8dc6f8961735219c8b0197ee8f9c9857c2c [
file
] [
log
] [
blame
]
/* $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
);