9 lines
137 B
OpenEdge ABL
9 lines
137 B
OpenEdge ABL
|
/* SWIG interface file for OpenFPGA shell APIs */
|
||
|
%module openfpga_shell
|
||
|
|
||
|
%{
|
||
|
#include "openfpga_shell.h"
|
||
|
%}
|
||
|
|
||
|
%include "openfpga_shell.h"
|