blob: eb8c5e1fffdd66720cb08a6640ce7165b10c12f6 [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001#ifndef __IRQID_H__
2#define __IRQID_H__
3
4#if defined(MT6295M)
5 #include "irqid_MT6295M.h"
6#endif
7
8#if defined(MT3967)
9 #include "irqid_MT3967.h"
10#endif
11
12#if defined(MT6779)
13 #include "irqid_MT6779.h"
14#endif
15
16#endif /*end of __IRQID_H__*/