From ad98794d4d92d173462c53714e3d9f2a0726ff68 Mon Sep 17 00:00:00 2001 From: nima Date: Wed, 29 Oct 2008 07:05:58 +0000 Subject: Upstream. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@78 abc39116-655e-4be6-ad55-d661dc543056 --- util.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index b546f64..894bd2f 100644 --- a/util.h +++ b/util.h @@ -1,3 +1,23 @@ +/* + * This file is part of the dmidecode project. + * + * Copyright (C) 2003-2008 Jean Delvare + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include #include "types.h" @@ -6,3 +26,4 @@ int checksum(const u8 *buf, size_t len); void *mem_chunk(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); -- cgit