summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel/egl/dummy.c
blob: 3181d0ba7e83a2b37f3899a335639ab73a710f0d (plain)
1
2
3
/* A poor man's --whole-archive for EGL drivers */
void *_eglMain(void *);
void *_eglWholeArchive = (void *) _eglMain;