summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/rhusb/pyupm_rhusb.i
blob: 83322af388bae15e6f346896e6d17c72887c377f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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"
%}