summaryrefslogtreecommitdiff
path: root/py/pykms.i
blob: 6a6ad11d21da0414e42e6f9faafcdf14b62031c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%module pykms
%{
#include "kms++.h"
#include "utils/testpat.h"
using namespace kms;
%}

%include "stdint.i"

%include "decls.h"
%include "drmobject.h"
%include "atomicreq.h"
%include "crtc.h"
%include "card.h"
%include "property.h"
%include "framebuffer.h"
%include "plane.h"
%include "connector.h"
%include "encoder.h"
%include "utils/testpat.h"