mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00

Signed-off-by: Henry Bruce <henry.bruce@intel.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
10 lines
122 B
OpenEdge ABL
10 lines
122 B
OpenEdge ABL
%module pyupm_hlg150h
|
|
%include "../upm.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "hlg150h.h"
|
|
%{
|
|
#include "hlg150h.h"
|
|
%}
|