6b7feecb2f
This patch does some obvious code cleanups in the iSeries headers files. - simplifies the bodies of lots of inline functions - parenthesises a macros result - removes C++ wrapping - adds "extern" to some function declarations There are no semantic changes. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
8 lines
193 B
C
8 lines
193 B
C
#ifndef __XMPCILPEVENT_H__
|
|
#define __XMPCILPEVENT_H__
|
|
|
|
extern int XmPciLpEvent_init(void);
|
|
extern void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
|
|
|
|
#endif /* __XMPCILPEVENT_H__ */
|