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