1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-05-09 03:21:51 +00:00
u-boot/include/spd_sdram.h
2006-03-16 17:46:46 +01:00

6 lines
79 B
C

#ifndef _SPD_SDRAM_H_
#define _SPD_SDRAM_H_
long int spd_sdram(void);
#endif