qpb: Cleanup qpb headers

The qpb headers had functions declarations without variable
names which is required in our code base.  Let's fix it up.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2025-11-07 10:53:26 -05:00
parent 3eb45493f4
commit 734034a4af

View file

@ -62,8 +62,8 @@ static inline void qpb_free(qpb_allocator_t *allocator, void *ptr)
/*
* Externs.
*/
extern void qpb_allocator_init_linear(qpb_allocator_t *,
struct linear_allocator_t_ *);
extern void qpb_allocator_init_linear(qpb_allocator_t *allocator,
struct linear_allocator_t_ *linear_allocator);
/*
* The following macros are for the common case where a qpb allocator