Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.6-rc6 8 lines 135 B view raw
1#ifndef _NOTIFIER_H 2#define _NOTIFIER_H 3 4struct notifier_block; 5 6#define NOTIFY_OK 0x0001 /* Suits me */ 7 8#endif