From c9eeca63ccc3960c0253368147e95fdd61b04fcd Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 26 May 2024 14:18:17 +0000 Subject: library api's: _lib_ (program driver) namespace overhaul. --- src/driver/tpax_unit_ctx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/driver/tpax_unit_ctx.c') diff --git a/src/driver/tpax_unit_ctx.c b/src/driver/tpax_unit_ctx.c index 95da1d1..1fbc510 100644 --- a/src/driver/tpax_unit_ctx.c +++ b/src/driver/tpax_unit_ctx.c @@ -25,7 +25,7 @@ static int tpax_free_unit_ctx_impl(struct tpax_unit_ctx_impl * ctx, int ret) return ret; } -int tpax_get_unit_ctx( +int tpax_lib_get_unit_ctx( const struct tpax_driver_ctx * dctx, int fdat, const char * path, @@ -76,7 +76,7 @@ int tpax_get_unit_ctx( return 0; } -void tpax_free_unit_ctx(struct tpax_unit_ctx * ctx) +void tpax_lib_free_unit_ctx(struct tpax_unit_ctx * ctx) { struct tpax_unit_ctx_impl * ictx; uintptr_t addr; -- cgit v1.2.3