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