summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-10-29 07:05:58 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-10-29 07:05:58 +0000
commitad98794d4d92d173462c53714e3d9f2a0726ff68 (patch)
tree3d097b2d662409eff2bb099b064276b73f7aa8ad /util.h
parenta4a07b0955dfe6d77e046db346b69e48c7d29066 (diff)
downloadpython-dmidecode-ad98794d4d92d173462c53714e3d9f2a0726ff68.tar.gz
python-dmidecode-ad98794d4d92d173462c53714e3d9f2a0726ff68.tar.xz
python-dmidecode-ad98794d4d92d173462c53714e3d9f2a0726ff68.zip
Upstream.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@78 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'util.h')
-rw-r--r--util.h21
1 files changed, 21 insertions, 0 deletions
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 <khali@linux-fr.org>
+ *
+ * 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 <sys/types.h>
#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);