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