Merge branch '7.8'
[mesa.git] / src / gallium / targets / egl-i965 / dummy.c
1 /* A poor man's --whole-archive for EGL drivers */
2 void *_eglMain(void *);
3 void *_eglWholeArchive = (void *) _eglMain;