From 1a7eb2fd7578a5120d6bf2ded45a534df8240cbb Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 14 Sep 2005 19:29:15 +0000 Subject: Export four specific decoding functions, make them suitable for external call. --- dmidecode.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dmidecode.h (limited to 'dmidecode.h') diff --git a/dmidecode.h b/dmidecode.h new file mode 100644 index 0000000..2dc0bf2 --- /dev/null +++ b/dmidecode.h @@ -0,0 +1,24 @@ +/* + * This file is part of the dmidecode project. + * + * (C) 2005 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 + */ + +void dmi_system_uuid(u8 *p); +const char *dmi_chassis_type(u8 code); +const char *dmi_processor_family(u8 code); +void dmi_processor_frequency(u8 *p); -- cgit v1.2.1