USB: Obscure Maxon BP3-USB Device Support 16d8:6280 for option driver
[linux-2.6/s3c2410-cpufreq.git] / include / asm-v850 / mmu.h
blob267768c66ef613679ce0b219f678fce7cf9c0d0e
1 /* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */
3 #ifndef __V850_MMU_H__
4 #define __V850_MMU_H__
6 typedef struct {
7 struct vm_list_struct *vmlist;
8 unsigned long end_brk;
9 } mm_context_t;
11 #endif /* __V850_MMU_H__ */