Linux Audio

Check our new training course

Loading...
v3.1
1#ifndef __ASM_MMU_H
2#define __ASM_MMU_H
3
4typedef struct {
5	unsigned long asid[NR_CPUS];
6	void *vdso;
7} mm_context_t;
8
9#endif /* __ASM_MMU_H */
v3.15
1#ifndef __ASM_MMU_H
2#define __ASM_MMU_H
3
4typedef struct {
5	unsigned long asid[NR_CPUS];
6	void *vdso;
7} mm_context_t;
8
9#endif /* __ASM_MMU_H */