linux/arch/m68k/include/asm/current.h

6 lines
80 B
C

#ifdef __uClinux__
#include "current_no.h"
#else
#include "current_mm.h"
#endif