aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/settings.h
blob: b06f2901b0cf3c291615c553ed569918f43c576d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef CONFIG_SETTINGS_H
#define CONFIG_SETTINGS_H

/** @file
 *
 * Configuration settings sources
 *
 */

FILE_LICENCE ( GPL2_OR_LATER );

#define	PCI_SETTINGS	/* PCI device settings */
//#define	CPUID_SETTINGS	/* CPUID settings */
//#define	MEMMAP_SETTINGS	/* Memory map settings */
//#define	VMWARE_SETTINGS	/* VMware GuestInfo settings */

#include <config/local/settings.h>

#endif /* CONFIG_SETTINGS_H */