blob: 39a829a2305e6b2e1f6cd4ff9f9599edf9fc5979 (
plain)
1
2
3
4
5
6
7
|
#include "target-helpers/drm_api_compat.h"
DRM_API_COMPAT_STRUCT("vmwgfx", "vmwgfx")
/* A poor man's --whole-archive for EGL drivers */
void *_eglMain(void *);
void *_eglWholeArchive = (void *) _eglMain;
|