freedreno: add missing fxn prototype

Signed-off-by: Rob Clark <robclark@freedesktop.org>
main
Rob Clark 2014-04-25 14:53:48 -04:00
parent 0e512794bf
commit e6ec4c8851
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ struct fd_bo * fd_bo_new(struct fd_device *dev,
uint32_t size, uint32_t flags);
struct fd_bo * fd_bo_from_fbdev(struct fd_pipe *pipe,
int fbfd, uint32_t size);
struct fd_bo *fd_bo_from_handle(struct fd_device *dev,
uint32_t handle, uint32_t size);
struct fd_bo * fd_bo_from_name(struct fd_device *dev, uint32_t name);
struct fd_bo * fd_bo_ref(struct fd_bo *bo);
void fd_bo_del(struct fd_bo *bo);