summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-07-08 19:36:35 +0200
committerDavid Sommerseth <davids@redhat.com>2013-07-08 19:36:35 +0200
commit4ca9576b4090fcc48868e5e362d162e1544e8660 (patch)
tree61e46edf5ba93ff4e8f4e408e833c5ecae818a14 /src/util.h
parent8528590126026d7ed2e7910bafc97f4dc5bc71f4 (diff)
downloadpython-dmidecode-4ca9576b4090fcc48868e5e362d162e1544e8660.tar.gz
python-dmidecode-4ca9576b4090fcc48868e5e362d162e1544e8660.tar.xz
python-dmidecode-4ca9576b4090fcc48868e5e362d162e1544e8660.zip
Rebase against upstream dmidecode v2.11
This includes an update against the SMBIOS reference specification v2.7.0 Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
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);