Add an spd_read_byte prototype to spd.h. This is because I am going to

in a later patch make sure all dram
functions call spd_read_byte, not smbus_read_byte.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>


Acked-by: Corey Osgood <corey.osgood@gmail.com>


git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@526 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2007-11-27 16:24:57 +00:00
parent 2bae97c52f
commit 30734516b0

View file

@ -139,5 +139,8 @@
#define MODULE_BUFFERED 1
#define MODULE_REGISTERED 2
/* prototypes for dealing with spd */
u8 spd_read_byte(u16 device, u8 address);
#endif /* _SPD_H_ */