Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.15 7 lines 166 B view raw
1#ifndef _UAPI_BLACKFIN_SIGNAL_H 2#define _UAPI_BLACKFIN_SIGNAL_H 3 4#define SA_RESTORER 0x04000000 5#include <asm-generic/signal.h> 6 7#endif /* _UAPI_BLACKFIN_SIGNAL_H */