]> Git Repo - linux.git/blame - include/asm-h8300/mmu.h
Pull cpuidle into release branch
[linux.git] / include / asm-h8300 / mmu.h
CommitLineData
1da177e4
LT
1#ifndef __MMU_H
2#define __MMU_H
3
4/* Copyright (C) 2002, David McCullough <[email protected]> */
5
6typedef struct {
7 struct vm_list_struct *vmlist;
8 unsigned long end_brk;
9} mm_context_t;
10
11#endif
This page took 0.308821 seconds and 4 git commands to generate.