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

Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
9 lines
93 B
OpenEdge ABL
9 lines
93 B
OpenEdge ABL
%module jsupm_ds1307
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "ds1307.h"
|
|
%}
|
|
|
|
%include "ds1307.h"
|