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 | ec7a109dc831fadd67cc14c71448045c92fce280 (patch) | |
tree | c81c1e1a03b9b7c8f65d5fc44f1f7521709971e3 /kern/syscnt.h | |
parent | 78a17f1a895941b1db8783018038c57a406cc4e4 (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 |