diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-05-31 23:24:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-05-31 23:24:58 +0200 |
commit | a1e93482d9cc9ace5fc1494677b45d965f1ddcb7 (patch) | |
tree | 63b801cf0c90c11bcd445d5a2631d7e98631d81e /util.h | |
parent | 53bafb796b654d1f7206196fd97cf8ba0b08ad7a (diff) |
New upstream version 3.1upstream/3.1
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* * This file is part of the dmidecode project. * - * Copyright (C) 2003-2015 Jean Delvare <jdelvare@suse.de> + * Copyright (C) 2003-2017 Jean Delvare <jdelvare@suse.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ #define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0])) int checksum(const u8 *buf, size_t len); -void *read_file(size_t len, const char *filename); +void *read_file(off_t base, size_t *len, const char *filename); void *mem_chunk(off_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); |