mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 18:30:03 +03:00

Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
13 lines
184 B
OpenEdge ABL
13 lines
184 B
OpenEdge ABL
%module javaupm_m24lr64e
|
|
%include "../upm.i"
|
|
%include "stdint.i"
|
|
%include "arrays_java.i";
|
|
|
|
%apply unsigned char[] {uint8_t *};
|
|
|
|
%{
|
|
#include "m24lr64e.h"
|
|
%}
|
|
|
|
%include "m24lr64e.h"
|