diff options
Diffstat (limited to 'include/asm-m32r/pgtable.h')
| -rw-r--r-- | include/asm-m32r/pgtable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-m32r/pgtable.h b/include/asm-m32r/pgtable.h index 1cd5fd4a5b2c..75740debcd01 100644 --- a/include/asm-m32r/pgtable.h +++ b/include/asm-m32r/pgtable.h | |||
| @@ -27,6 +27,9 @@ | |||
| 27 | #include <asm/bitops.h> | 27 | #include <asm/bitops.h> |
| 28 | #include <asm/page.h> | 28 | #include <asm/page.h> |
| 29 | 29 | ||
| 30 | struct mm_struct; | ||
| 31 | struct vm_area_struct; | ||
| 32 | |||
| 30 | extern pgd_t swapper_pg_dir[1024]; | 33 | extern pgd_t swapper_pg_dir[1024]; |
| 31 | extern void paging_init(void); | 34 | extern void paging_init(void); |
| 32 | 35 | ||
