blob: 5213110608e8d0c0e7eb1098c7784019a8f809a7 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001#ifndef __IRQID_H__
2#define __IRQID_H__
3
4#if defined(MT6763)
5 #include "irqid_MT6763.h"
6#endif
7
8#if defined(MT6739)
9 #include "irqid_MT6739.h"
10#endif
11
12#if defined(MT6771)
13 #include "irqid_MT6771.h"
14#endif
15
16#if defined(MT6765)
17 #include "irqid_MT6765.h"
18#endif
19
20#if defined(MT6761)
21 #include "irqid_MT6761.h"
22#endif
23#endif /*end of __IRQID_H__*/