Dummy version to avoid linking in gxqueue.c if not actually used
| 13 | |
| 14 | // Dummy version to avoid linking in gxqueue.c if not actually used |
| 15 | __attribute__((weak)) void gxCmdQueueAdd(gxCmdQueue_s* queue, const gxCmdEntry_s* entry) |
| 16 | { |
| 17 | } |
| 18 | |
| 19 | void GX_BindQueue(gxCmdQueue_s* queue) |
| 20 | { |