
Author: mjones Date: 2008-01-30 01:48:41 +0100 (Wed, 30 Jan 2008) New Revision: 568 Modified: coreboot-v3/include/lib.h Log: V3 compilation errors: Clean up lib.h prototypes. Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> Modified: coreboot-v3/include/lib.h =================================================================== --- coreboot-v3/include/lib.h 2008-01-30 00:46:41 UTC (rev 567) +++ coreboot-v3/include/lib.h 2008-01-30 00:48:41 UTC (rev 568) @@ -36,11 +36,4 @@ 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 */
participants (1)
-
svn@coreboot.org