summaryrefslogblamecommitdiffstats
path: root/include/asm-generic/mmu.h
blob: a67ae0a91599a50d3f33346b7be8dbe97c4ac0e2 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                         




                                        
#ifndef __ASM_GENERIC_MMU_H
#define __ASM_GENERIC_MMU_H

/*
 * This is the mmu.h header for nommu implementations.
 * Architectures with an MMU need something more complex.
 */
#ifndef __ASSEMBLY__
typedef struct {
	unsigned long		end_brk;
} mm_context_t;
#endif

#endif /* __ASM_GENERIC_MMU_H */