1 %module javaupm_grovewfs
2 %include "../upm.i"
3 
4 %ignore flowISR;
5 
6 %{
7     #include "grovewfs.h"
8 %}
9 
10 %include "grovewfs.h"
11