Allows re-using xnregistry_vfreg_ops. All other file options were
already available.

Signed-off-by: Florian Bezdeka <florian.bezd...@siemens.com>
---
 include/cobalt/kernel/registry.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/cobalt/kernel/registry.h b/include/cobalt/kernel/registry.h
index 624db5a78..a459da503 100644
--- a/include/cobalt/kernel/registry.h
+++ b/include/cobalt/kernel/registry.h
@@ -195,6 +195,8 @@ extern struct xnpnode_ops xnregistry_vfsnap_ops;
 
 extern struct xnpnode_ops xnregistry_vlink_ops;
 
+extern struct xnpnode_ops xnregistry_vfreg_ops;
+
 /** @} */
 
 #endif /* !_COBALT_KERNEL_REGISTRY_H */
-- 
2.30.2


Reply via email to