summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl-radeon/target.c
blob: 03b982ae8314ee6ae9175a3305fd05a46dc04302 (plain)
1
2
3
4
5
6
7
8

#include "target-helpers/drm_api_compat.h"

DRM_API_COMPAT_STRUCT("radeon", "radeon")

/* A poor man's --whole-archive for EGL drivers */
void *_eglMain(void *);
void *_eglWholeArchive = (void *) _eglMain;