Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux
/
6fd2152fd1ff9a5ea488674a97af396e4047eaed
/
.
/
arch
/
parisc
/
include
/
asm
/
mmu.h
blob: 44fd062b62edef642eb642ce298ed9ae77c5ed99 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_PARISC_MMU_H_
#define
_PARISC_MMU_H_
typedef
struct
{
unsigned
long
space_id
;
unsigned
long
vdso_base
;
}
mm_context_t
;
#endif
/* _PARISC_MMU_H_ */