mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
2bae97c52f
commit
30734516b0
1 changed files with 3 additions and 0 deletions
|
@ -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_ */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue