android_kernel_xiaomi_sm7250/include/asm-x86/page_32.h
Jeremy Fitzhardinge e62f4473f3 x86: page.h: move remaining bits and pieces
# HG changeset patch
# User Jeremy Fitzhardinge <jeremy@xensource.com>
# Date 1199319657 28800
# Node ID bba9287641ff90e836d090d80b5c0a846aab7162
# Parent  d617b72a0cc9d14bde2087d065c36d4ed3265761
x86: page.h: move remaining bits and pieces

Move the remaining odds and ends into page.h.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:32:44 +01:00

24 lines
296 B
C

#ifndef _I386_PAGE_H
#define _I386_PAGE_H
#ifdef __KERNEL__
#ifndef __ASSEMBLY__
/*
* These are used to make use of C type-checking..
*/
#endif /* !__ASSEMBLY__ */
#ifndef __ASSEMBLY__
struct vm_area_struct;
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */
#endif /* _I386_PAGE_H */