repo.or.cz
/
linux-2.6
/
pdupreez.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] kernel-doc: allow space after __attribute__
[linux-2.6/pdupreez.git]
/
include
/
linux
/
reboot_fixups.h
blob
480ea2d489d8bb619742424a2466d9f53791d094
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 */