mirror of
https://github.com/eclipse/upm.git
synced 2025-06-12 08:10:24 +03:00

Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
10 lines
116 B
OpenEdge ABL
10 lines
116 B
OpenEdge ABL
%module pyupm_a110x
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "a110x.h"
|
|
%{
|
|
#include "a110x.h"
|
|
%}
|