blob: 83322af388bae15e6f346896e6d17c72887c377f [file] [log] [blame]
// Include doxygen-generated documentation
%include "pyupm_doxy2swig.i"
%module pyupm_rhusb
%include "../upm.i"
%include "stdint.i"
%feature("autodoc", "3");
%include "rhusb.h"
%{
#include "rhusb.h"
%}