summaryrefslogtreecommitdiff
path: root/include/asm-x86/pat.h
blob: 8b822b5a17861215eacfa2d7253ea99c84f310b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

#ifndef _ASM_PAT_H
#define _ASM_PAT_H 1

#include <linux/types.h>

extern int pat_wc_enabled;

extern void pat_init(void);

extern int reserve_memtype(u64 start, u64 end,
		unsigned long req_type, unsigned long *ret_type);
extern int free_memtype(u64 start, u64 end);

#endif