More python stuff
[yaffs2.git] / direct / python / yaffs.i
1 %module yaffs
2 %{
3 #include "yaffsfs_for_swig.h"
4 void yaffs_print_constants(void);
5 %}
6
7 %include "yaffsfs_for_swig.h"
8 void yaffs_print_constants(void);