aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/include/asm/mmu.h
blob: b382a14ea4ec72535393b4a6962b1f1020ab0b7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.

#ifndef __ASM_CSKY_MMU_H
#define __ASM_CSKY_MMU_H

typedef struct {
	atomic64_t	asid;
	void *vdso;
} mm_context_t;

#endif /* __ASM_CSKY_MMU_H */