Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef __ASM_CSKY_MMU_H
0004 #define __ASM_CSKY_MMU_H
0005 
0006 typedef struct {
0007     atomic64_t  asid;
0008     void *vdso;
0009     cpumask_t   icache_stale_mask;
0010 } mm_context_t;
0011 
0012 #endif /* __ASM_CSKY_MMU_H */