X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-mips%2Fpgtable.h;h=702a28fa7a3489d01c2ff986c7dfd0adefebe0bc;hb=bd40791e1d289d807b8580abe1f117e9c62894e4;hp=34facd9965034d354eb72ea91bc71586759083f6;hpb=1426d7a81dea8e9d85f9d69de85ab04ba37018ab;p=powerpc.git diff --git a/include/asm-mips/pgtable.h b/include/asm-mips/pgtable.h index 34facd9965..702a28fa7a 100644 --- a/include/asm-mips/pgtable.h +++ b/include/asm-mips/pgtable.h @@ -19,6 +19,9 @@ #include #include +struct mm_struct; +struct vm_area_struct; + #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT) #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ PAGE_CACHABLE_DEFAULT)