upm.i: add top level interface file which includes std_string.i

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-06-25 14:02:12 +01:00
parent 0954617a4b
commit 2822d63c9c
38 changed files with 41 additions and 1 deletions

3
src/upm.i Normal file
View File

@ -0,0 +1,3 @@
%include "std_string.i"
%typemap(out) mraa_result_t = int;