1 %module jsupm_a110x
2 %include "../upm.i"
3 
4 %{
5     #include "a110x.h"
6 %}
7 
8 %include "a110x.h"
9