From 4fcbd8f87cab61e77ce04d958991ca59604b7e86 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 14 Mar 2005 12:32:43 +0000 Subject: add dmitable use --- libldetect.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libldetect.h') diff --git a/libldetect.h b/libldetect.h index 3a55501..9146f27 100644 --- a/libldetect.h +++ b/libldetect.h @@ -43,3 +43,18 @@ struct usb_class_text { }; extern struct usb_class_text usb_class2text(unsigned long class_); + +/******************************************************************************/ +/* dmi ************************************************************************/ +/******************************************************************************/ +struct dmi_entry { + char *constraints; + char *module; +}; +struct dmi_entries { + struct dmi_entry *entries; + unsigned int nb; +}; + +extern struct dmi_entries dmi_probe(void); +extern void dmi_entries_free(struct dmi_entries entries); -- cgit v1.2.1