summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/dmi.h
blob: 1e55ca6a8ab151b30d54690c5c8c617728450c3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* Public domain. */

#ifndef _LINUX_DMI_H
#define _LINUX_DMI_H

#include <sys/types.h>
#include <linux/mod_devicetable.h>

int dmi_check_system(const struct dmi_system_id *);
bool dmi_match(int, const char *);

#endif