annotate direct/python/yaffs.i @ 316:b644e5e824f4

Add first cut of python bindings
author charles
date Thu, 08 Oct 2009 02:58:52 +0100
parents
children 43c9f5f8b5c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
316
b644e5e824f4 Add first cut of python bindings
charles
parents:
diff changeset
1 %module yaffs
b644e5e824f4 Add first cut of python bindings
charles
parents:
diff changeset
2 %{
b644e5e824f4 Add first cut of python bindings
charles
parents:
diff changeset
3 #include "yaffsfs_for_swig.h"
b644e5e824f4 Add first cut of python bindings
charles
parents:
diff changeset
4 %}
b644e5e824f4 Add first cut of python bindings
charles
parents:
diff changeset
5
b644e5e824f4 Add first cut of python bindings
charles
parents:
diff changeset
6 %include "yaffsfs_for_swig.h"