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