[POWERPC] CPM_UART: Use inline function form of eieio
[deliverable/linux.git] / arch / powerpc / sysdev / mpc8xx_pic.h
CommitLineData
f2a0bd37
VB
1#ifndef _PPC_KERNEL_MPC8xx_H
2#define _PPC_KERNEL_MPC8xx_H
3
4#include <linux/irq.h>
5#include <linux/interrupt.h>
6
7extern struct hw_interrupt_type mpc8xx_pic;
8
9int mpc8xx_pic_init(void);
10unsigned int mpc8xx_get_irq(void);
11
12#endif /* _PPC_KERNEL_PPC8xx_H */
This page took 0.069493 seconds and 5 git commands to generate.