summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index 3a2bdcfae..e74948529 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -674,6 +674,11 @@ struct finfo {
extern struct finfo *
get_finfo_for_dev(const char *path, struct finfo *finfo);
+extern int
+term_ioctl_decode_command_number(struct tcb *tcp,
+ const struct finfo *finfo,
+ unsigned int code);
+
/**
* @return 0 on success, -1 on error.
*/