Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-32/arch/m68k/include/asm/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-32/arch/m68k/include/asm/mmu.h

#ifndef __MMU_H
#define __MMU_H

#ifdef CONFIG_MMU
/* Default "unsigned long" context */
typedef unsigned long mm_context_t;
#else
typedef struct {
	unsigned long		end_brk;
} mm_context_t;
#endif

#endif