Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
14 lines
189 B
OpenEdge ABL
14 lines
189 B
OpenEdge ABL
%module javaupm_rpr220
|
|
%include "../upm.i"
|
|
|
|
|
|
%feature("director") IsrCallback;
|
|
|
|
%ignore generic_callback_isr;
|
|
%include "../IsrCallback.h"
|
|
|
|
%{
|
|
#include "rpr220.h"
|
|
%}
|
|
%include "rpr220.h"
|