6a6ad11d21da0414e42e6f9faafcdf14b62031c5
1 %module pykms
2 %{
3 #include "kms++.h"
4 #include "utils/testpat.h"
5 using namespace kms;
6 %}
8 %include "stdint.i"
10 %include "decls.h"
11 %include "drmobject.h"
12 %include "atomicreq.h"
13 %include "crtc.h"
14 %include "card.h"
15 %include "property.h"
16 %include "framebuffer.h"
17 %include "plane.h"
18 %include "connector.h"
19 %include "encoder.h"
20 %include "utils/testpat.h"