st/egl: One driver per hardware.
[mesa.git] / src / gallium / targets / egl-apis / api_OpenVG.c
1 #include "state_tracker/st_api.h"
2 #include "vg_api.h"
3
4 PUBLIC struct st_api *
5 st_api_create_OpenVG(void)
6 {
7 return (struct st_api *) vg_api_get();
8 }