aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/ucontext.h
blob: b53cd160c0b33849d127a687f160d2cd6173d4be (plain)
1
2
3
4
5
#ifdef __uClinux__
#include "ucontext_no.h"
#else
#include "ucontext_mm.h"
#endif