diff options
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_mm.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_mm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_mm.h b/src/gallium/drivers/nouveau/nouveau_mm.h index 23e50d4ae54..5b57c8ba4f2 100644 --- a/src/gallium/drivers/nouveau/nouveau_mm.h +++ b/src/gallium/drivers/nouveau/nouveau_mm.h @@ -26,4 +26,7 @@ nouveau_mm_allocate(struct nouveau_mman *, uint32_t size, extern void nouveau_mm_free(struct nouveau_mm_allocation *); +extern void +nouveau_mm_free_work(void *); + #endif // __NOUVEAU_MM_H__ |