From 4ca9576b4090fcc48868e5e362d162e1544e8660 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 8 Jul 2013 19:36:35 +0200 Subject: Rebase against upstream dmidecode v2.11 This includes an update against the SMBIOS reference specification v2.7.0 Signed-off-by: David Sommerseth --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index a93af6b..aa0487a 100644 --- a/src/util.h +++ b/src/util.h @@ -29,3 +29,4 @@ int checksum(const u8 * buf, size_t len); void *mem_chunk(Log_t *logp, size_t base, size_t len, const char *devmem); int write_dump(size_t base, size_t len, const void *data, const char *dumpfile, int add); +u64 u64_range(u64 start, u64 end); -- cgit