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