V3 compilation errors:

Clean up lib.h prototypes.

Signed-off-by: Marc Jones <marc.jones@amd.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@568 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Marc Jones 2008-01-30 00:48:41 +00:00
commit 403ab3de13

View file

@ -36,11 +36,4 @@ void delay(unsigned int secs);
void beep_short(void);
void beep_long(void);
/* smbus functions */
int smbus_read_byte(unsigned device, unsigned address);
/* dram functions */
void ram_failure(const char *why);
void ram_initialize(int controllers, void *ctrl);
#endif /* LIB_H */