From 403ab3de13088f10e41d8e06a996b9fd972bc7e1 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Wed, 30 Jan 2008 00:48:41 +0000 Subject: [PATCH] V3 compilation errors: Clean up lib.h prototypes. Signed-off-by: Marc Jones Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/coreboot-v3@568 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/lib.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/lib.h b/include/lib.h index 0757863d7d..89950095b5 100644 --- a/include/lib.h +++ b/include/lib.h @@ -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 */