diff options
Diffstat (limited to 'kern/syscnt.h')
-rw-r--r-- | kern/syscnt.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kern/syscnt.h b/kern/syscnt.h index a4bae3d7..35a291d9 100644 --- a/kern/syscnt.h +++ b/kern/syscnt.h @@ -57,6 +57,11 @@ void syscnt_setup(void); */ void syscnt_register(struct syscnt *syscnt, const char *name); +/* + * Register shell commands. + */ +void syscnt_register_shell_cmds(void); + #ifdef ATOMIC_HAVE_64B_OPS static inline void |