8 lines
118 B
C
8 lines
118 B
C
#ifndef FX2_GPIF_H
|
|
#define FX2_GPIF_H
|
|
|
|
extern void fx2_gpif_init();
|
|
extern void fx2_gpif_flowstate( int sel);
|
|
|
|
#endif
|