From 64f8b0ec3a2f1529157009e7abdf0131cbc61f92 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Jun 2025 18:43:14 +0000 Subject: driver: added --cmd=size support, pe_cmd_size() stub, and perk-size symlink. --- include/perk/perk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/perk/perk.h b/include/perk/perk.h index e75c5dd..6952b1b 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -302,6 +302,7 @@ perk_api int pe_lib_set_driver_fdctx (struct pe_driver_ctx *, const s /* cmd api */ perk_api int pe_cmd_perk (const struct pe_driver_ctx *, const char *); perk_api int pe_cmd_nm (const struct pe_driver_ctx *, const char *); +perk_api int pe_cmd_size (const struct pe_driver_ctx *, const char *); perk_api int pe_cmd_ar (const struct pe_driver_ctx *, uint64_t, const char *, const char *, const char **); -- cgit v1.2.3