mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 07:27:29 +03:00
9 lines
109 B
OpenEdge ABL
9 lines
109 B
OpenEdge ABL
![]() |
%module jsupm_rhusb
|
||
|
%include "../upm.i"
|
||
|
%include "stdint.i"
|
||
|
|
||
|
%include "rhusb.h"
|
||
|
%{
|
||
|
#include "rhusb.h"
|
||
|
%}
|