summaryrefslogtreecommitdiff
path: root/EGL/gbm/yagl_gbm_platform.h
blob: 5c8b58525da7df46b38bbe831c1922dfd2b50827 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _YAGL_GBM_PLATFORM_H_
#define _YAGL_GBM_PLATFORM_H_

#include "yagl_export.h"

struct yagl_native_platform;

extern struct yagl_native_platform yagl_gbm_platform;

#endif