summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-18 16:34:36 +0000
committermidipix <writeonce@midipix.org>2025-06-18 16:55:23 +0000
commitd63dd27035006aa179176fe10d78486044c0dba0 (patch)
tree0e9cf14a4956274cad8fc829b3ae6062bbe714ed /include
parent9ba2d8b59974cda85342901ea143623a19806a98 (diff)
downloadperk-d63dd27035006aa179176fe10d78486044c0dba0.tar.bz2
perk-d63dd27035006aa179176fe10d78486044c0dba0.tar.xz
driver: added --cmd=nm support, the pe_cmd_nm() stub, and the perk-nm symlink.
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h2
1 files changed, 2 insertions, 0 deletions
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 **);