]> Git Repo - linux.git/blob - include/linux/reboot_fixups.h
Merge branch 'halasa-hdlc' of git://git.tuxdriver.com/git/netdev-jwl
[linux.git] / include / linux / reboot_fixups.h
1 #ifndef _LINUX_REBOOT_FIXUPS_H
2 #define _LINUX_REBOOT_FIXUPS_H
3
4 #ifdef CONFIG_X86_REBOOTFIXUPS
5 extern void mach_reboot_fixups(void);
6 #else
7 #define mach_reboot_fixups() ((void)(0))
8 #endif
9
10 #endif /* _LINUX_REBOOT_FIXUPS_H */
This page took 0.033193 seconds and 4 git commands to generate.