a110x: Initial implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
Jon Trulson
2014-12-10 16:17:15 -07:00
committed by Sarah Knepper
parent 02156d11c8
commit 0b7547231f
8 changed files with 259 additions and 0 deletions

8
src/a110x/jsupm_a110x.i Normal file
View File

@@ -0,0 +1,8 @@
%module jsupm_a110x
%include "../upm.i"
%{
#include "a110x.h"
%}
%include "a110x.h"