diff options
author | Richard Braun <rbraun@sceen.net> | 2018-01-16 01:52:26 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2018-01-16 01:52:26 +0100 |
commit | b4c679bd6093be21cd6e78fca90a4b490e8b83db (patch) | |
tree | 99d4f7da93fa4c560e1780e8c7d628e334824c21 /kern/syscnt.h | |
parent | 884e2de718cc47bb9e5200d866f41c88e74ba3c0 (diff) |
Clean up init op dependencies between syscnt and mutex
Diffstat (limited to 'kern/syscnt.h')
-rw-r--r-- | kern/syscnt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/syscnt.h b/kern/syscnt.h index 816aa4b9..2200456c 100644 --- a/kern/syscnt.h +++ b/kern/syscnt.h @@ -114,6 +114,7 @@ void syscnt_info(const char *prefix); /* * This init operation provides : * - registration of system counters + * - module fully initialized */ INIT_OP_DECLARE(syscnt_setup); |