7 lines
84 B
C
7 lines
84 B
C
#ifndef _TC3262_IRQ_H
|
|
#define _TC3262_IRQ_H
|
|
|
|
void tc_disable_irq_all(void);
|
|
|
|
#endif
|