summaryrefslogblamecommitdiffstats
path: root/arch/x86/include/asm/intel_pconfig.h
blob: fb7a37c3798bf7c3c9f9d57a6d91f9f73c928212 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                         
#ifndef	_ASM_X86_INTEL_PCONFIG_H
#define	_ASM_X86_INTEL_PCONFIG_H

#include <asm/asm.h>
#include <asm/processor.h>

enum pconfig_target {
	INVALID_TARGET	= 0,
	MKTME_TARGET	= 1,
	PCONFIG_TARGET_NR
};

int pconfig_target_supported(enum pconfig_target target);

#endif	/* _ASM_X86_INTEL_PCONFIG_H */