Gitiles
Code Review
Sign In
192.168.1.100
/
T800_MD
/
0b80c7188a6089ae59f523c5d460adad05960e1d
/
.
/
mcu
/
interface
/
driver
/
devdrv
/
cirq
/
md97p
/
irqid.h
blob: e30d21485f6bc5f56b4048d6a55a9c8396deb648 [
file
] [
log
] [
blame
]
rjw
6c1fd8f
2022-11-30 14:33:01 +0800
[
diff
] [
blame
]
1
#ifndef
__IRQID_H__
2
#define
__IRQID_H__
3
4
#if defined(MERCURY)
5
#include
"irqid_MERCURY.h"
6
#endif
7
8
#endif
/*end of __IRQID_H__*/