blob: c56f6590e6f4272fd02db974409cce69c7e03fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Realtek Semiconductor Corp.
*
* Tony Wu (tonywu@realtek.com.tw)
* Feb. 28, 2008
*/
#ifndef _ASM_IRQ_VEC_H_
#define _ASM_IRQ_VEC_H_
extern void rlx_vec_irq_init(int irq_base);
#endif /* _ASM_IRQ_VEC_H_ */
|