mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 01:05:18 +07:00
7 lines
116 B
C
7 lines
116 B
C
|
#ifndef __IRQCHIP_MMP_H
|
||
|
#define __IRQCHIP_MMP_H
|
||
|
|
||
|
extern struct irq_chip icu_irq_chip;
|
||
|
|
||
|
#endif /* __IRQCHIP_MMP_H */
|