]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/blob - py/pykms.i
c71aceda1d636e75d8dacdb00ff67c18a55ac225
[android/external-libkmsxx.git] / py / pykms.i
1 %module pykms
2 %{
3 #include "kms++.h"
5 #include "testpat.h"
7 using namespace kms;
8 %}
10 %include "std_string.i"
11 %include "stdint.i"
13 %include "decls.h"
14 %include "drmobject.h"
15 %include "atomicreq.h"
16 %include "crtc.h"
17 %include "card.h"
18 %include "property.h"
19 %include "framebuffer.h"
20 %include "dumbframebuffer.h"
21 %include "plane.h"
22 %include "connector.h"
23 %include "encoder.h"
25 %include "testpat.h"