mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
8bde7f776c
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
6 lines
99 B
C
6 lines
99 B
C
#ifndef _SPD_SDRAM_H_
|
|
#define _SPD_SDRAM_H_
|
|
|
|
long int spd_sdram(int(read_spd)(uint addr));
|
|
|
|
#endif
|