summaryrefslogtreecommitdiff
path: root/src/videocore-exa.h
blob: 919ccb740683eb3852903838baf6b8ba75d3b285 (plain)
1
2
3
4
5
6
7
8
9
#ifndef VIDEOCORE_EXA_H
#define VIDEOCORE_EXA_H

#include "exa.h"
#include "videocore.h"

VideoCoreExaPtr VideoCoreExaInit(ScreenPtr pScreen);

#endif /* VIDEOCORE_EXA_H */