blob: 31309969df705ce5c2a80b8638cb6ceac8e0ef9a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __MMU_H
2#define __MMU_H
3
4/* Copyright (C) 2002, David McCullough <davidm@snapgear.com> */
5
6typedef struct {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 unsigned long end_brk;
8} mm_context_t;
9
10#endif