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