diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-14 01:07:44 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-14 01:09:21 +0200 |
commit | b4c2ce830188d0bd8bb84014a623ecb06c160ed9 (patch) | |
tree | c81c1e1a03b9b7c8f65d5fc44f1f7521709971e3 /kern/syscnt.h | |
parent | 9f523da9e60aa8b8748dd320b04d8e42a5209668 (diff) |
kern/syscnt: new syscnt_info shell command
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 |