From d63dd27035006aa179176fe10d78486044c0dba0 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 18 Jun 2025 16:34:36 +0000 Subject: driver: added --cmd=nm support, the pe_cmd_nm() stub, and the perk-nm symlink. --- include/perk/perk.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/perk/perk.h b/include/perk/perk.h index 4bfef5e..e75c5dd 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -301,6 +301,8 @@ 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_ar (const struct pe_driver_ctx *, uint64_t, const char *, const char *, const char **); -- cgit v1.2.3