Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel...
[linux-btrfs-devel.git] / arch / h8300 / include / asm / mmu.h
blob31309969df705ce5c2a80b8638cb6ceac8e0ef9a
1 #ifndef __MMU_H
2 #define __MMU_H
4 /* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
6 typedef struct {
7 unsigned long end_brk;
8 } mm_context_t;
10 #endif