11 lines
134 B
C
11 lines
134 B
C
|
#ifndef __SYS_PINS_H__
|
||
|
#define __SYS_PINS_H__
|
||
|
#include <typedef.h>
|
||
|
#include <script.h>
|
||
|
|
||
|
extern __s32 PINS_Init(void);
|
||
|
//PINS
|
||
|
|
||
|
|
||
|
#endif
|