Subversion Repositories Code-Repo

Rev

Rev 312 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
312 Kevin 1
#ifndef IOC_H
2
#define	IOC_H
3
 
4
void IOC_Init(void);
5
void IOC_Interrupt_Handler(void);
6
 
7
#endif	/* IOC_H */
8