Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
dc5fc579b90ed0a9a4e55b0218cdbaf0a8cf2e67
/
.
/
include
/
asm-v850
/
mmu.h
blob: 267768c66ef613679ce0b219f678fce7cf9c0d0e [
file
] [
log
] [
blame
]
/* Copyright (C) 2002, 2005, David McCullough <davidm@snapgear.com> */
#ifndef
__V850_MMU_H__
#define
__V850_MMU_H__
typedef
struct
{
struct
vm_list_struct
*
vmlist
;
unsigned
long
end_brk
;
}
mm_context_t
;
#endif
/* __V850_MMU_H__ */