[coreboot-gerrit] New patch to review for filo: 73484d6 drop hexdump() declaration

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Jan 10 20:36:50 CET 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4648

-gerrit

commit 73484d659450e7cb8a44ee3c47003c187b947793
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Fri Jan 10 20:23:22 2014 +0100

    drop hexdump() declaration
    
    Change-Id: I2a2691a33cde3b06111b92d63b81f4e5c2bd3f53
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 include/lib.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/lib.h b/include/lib.h
index e007423..4f1b645 100644
--- a/include/lib.h
+++ b/include/lib.h
@@ -25,8 +25,6 @@
 unsigned long long simple_strtoull(const char *cp,char **endp,unsigned int base);
 unsigned long long strtoull_with_suffix(const char *cp,char **endp,unsigned int base);
 
-void hexdump(const void *p, unsigned int len);
-
 long long simple_strtoll(const char *cp,char **endp,unsigned int base);
 
 #define abort() halt()



More information about the coreboot-gerrit mailing list