Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
5d113e03498e69dfd6521642a472dc865e4c086b
/
.
/
include
/
spd_sdram.h
blob: 4e754ec9e335af9383af02a32f7067c78a2480d7 [
file
] [
log
] [
blame
]
wdenk
b666c8f
2003-03-06 00:58:30 +0000
[
diff
] [
blame
]
1
#ifndef
_SPD_SDRAM_H_
2
#define
_SPD_SDRAM_H_
3
4
long
int
spd_sdram
(
int
(
read_spd
)(
uint
addr
));
5
wdenk
57b2d80
2003-06-27 21:31:46 +0000
[
diff
] [
blame
]
6
#endif