aboutsummaryrefslogtreecommitdiffstats
path: root/netbsd/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'netbsd/Platform.c')
-rw-r--r--netbsd/Platform.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/netbsd/Platform.c b/netbsd/Platform.c
index ac81464..3b27548 100644
--- a/netbsd/Platform.c
+++ b/netbsd/Platform.c
@@ -174,8 +174,9 @@ const MeterClass* const Platform_meterTypes[] = {
NULL
};
-void Platform_init(void) {
+bool Platform_init(void) {
/* no platform-specific setup needed */
+ return true;
}
void Platform_done(void) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy