mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-27 09:03:10 +00:00
7 lines
138 B
C
7 lines
138 B
C
|
|
#ifndef _LINUX_REBOOT_FIXUPS_H
|
||
|
|
#define _LINUX_REBOOT_FIXUPS_H
|
||
|
|
|
||
|
|
extern void mach_reboot_fixups(void);
|
||
|
|
|
||
|
|
#endif /* _LINUX_REBOOT_FIXUPS_H */
|