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

Configure Feed

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

at 7fdf0d7a2012e560fee738bfd7f2af26faeb3a39 10 lines 223 B view raw
1#ifndef _LINUX_REBOOT_FIXUPS_H 2#define _LINUX_REBOOT_FIXUPS_H 3 4#ifdef CONFIG_X86_REBOOTFIXUPS 5extern void mach_reboot_fixups(void); 6#else 7#define mach_reboot_fixups() ((void)(0)) 8#endif 9 10#endif /* _LINUX_REBOOT_FIXUPS_H */