aboutsummaryrefslogtreecommitdiff
path: root/kernel/ethosu_network.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ethosu_network.h')
-rw-r--r--kernel/ethosu_network.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/ethosu_network.h b/kernel/ethosu_network.h
index 7ddffb5..8ee6818 100644
--- a/kernel/ethosu_network.h
+++ b/kernel/ethosu_network.h
@@ -76,7 +76,9 @@ void ethosu_network_get(struct ethosu_network *net);
/**
* ethosu_network_put() - Put network
+ *
+ * Return: 1 if object was removed, else 0.
*/
-void ethosu_network_put(struct ethosu_network *net);
+int ethosu_network_put(struct ethosu_network *net);
#endif /* ETHOSU_NETWORK_H */