summaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/mmu.h
blob: 44fd062b62edef642eb642ce298ed9ae77c5ed99 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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_ */