Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
5ca5f00a167cdd28bcfeeae6ddd370b13ac00a2a
/
.
/
arch
/
parisc
/
include
/
asm
/
mmu.h
blob: 44fd062b62edef642eb642ce298ed9ae77c5ed99 [
file
]
/* 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_ */