aboutsummaryrefslogtreecommitdiff
path: root/include/asm-cris/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/page.h')
-rw-r--r--include/asm-cris/page.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-cris/page.h b/include/asm-cris/page.h
index 3b0156c4631..c45bb1ef397 100644
--- a/include/asm-cris/page.h
+++ b/include/asm-cris/page.h
@@ -26,6 +26,7 @@
typedef struct { unsigned long pte; } pte_t;
typedef struct { unsigned long pgd; } pgd_t;
typedef struct { unsigned long pgprot; } pgprot_t;
+typedef struct page *pgtable_t;
#endif
#define pte_val(x) ((x).pte)