mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
12 lines
227 B
C
12 lines
227 B
C
![]() |
/* 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 {
|
||
|
void *vdso;
|
||
|
} mm_context_t;
|
||
|
|
||
|
#endif /* __ASM_CSKY_MMU_H */
|