This patch just contains white space and comment cleanups in the iSeries headers files. 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>
16 lines
248 B
C
16 lines
248 B
C
#ifndef __XMPCILPEVENT_H__
|
|
#define __XMPCILPEVENT_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int XmPciLpEvent_init(void);
|
|
void ppc_irq_dispatch_handler(struct pt_regs *regs, int irq);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __XMPCILPEVENT_H__ */
|