Skip to content

Commit

Permalink
fix kgsl_priv.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 18, 2023
1 parent 6e6b59d commit 58949d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freedreno/drm/kgsl/kgsl_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ FD_DEFINE_CAST(fd_bo, kgsl_bo);
struct fd_bo *kgsl_bo_new(struct fd_device *dev, uint32_t size, uint32_t flags);
struct fd_bo *kgsl_bo_from_dmabuf(struct fd_device *dev, int fd);
struct fd_bo *kgsl_bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle);
void kgsl_bo_close_handle(struct fd_device *dev, uint32_t handle);
void kgsl_bo_close_handle(struct fd_bo *bo);

#endif

0 comments on commit 58949d5

Please sign in to comment.