diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-20 01:53:30 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2008-03-20 01:53:30 +0000 |
commit | dc69e05d90b922bbfc5712dcd4030d9585af4ff8 (patch) | |
tree | caaf3afaea940005782b83b8c7cb26280218c954 /payloads/libpayload/libc/string.c | |
parent | 5aa66da9a146fa91a587f3676275b4551241a47d (diff) | |
download | coreboot-dc69e05d90b922bbfc5712dcd4030d9585af4ff8.tar.xz |
Make the list of functions in libpayload.h more complete (trivial).
We need to think about the exact API we want to expose later, though.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3177 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads/libpayload/libc/string.c')
-rw-r--r-- | payloads/libpayload/libc/string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/payloads/libpayload/libc/string.c b/payloads/libpayload/libc/string.c index f71d1c3af6..87f5789b4c 100644 --- a/payloads/libpayload/libc/string.c +++ b/payloads/libpayload/libc/string.c @@ -29,7 +29,6 @@ */ #include <libpayload.h> -#include <arch/types.h> /** * Calculate the length of a fixed-size string. |