aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/kstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/kstat.h')
-rw-r--r--include/sys/kstat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/kstat.h b/include/sys/kstat.h
index 42458bee5..3c2ad4c5b 100644
--- a/include/sys/kstat.h
+++ b/include/sys/kstat.h
@@ -146,8 +146,8 @@ typedef struct kstat_timer {
hrtime_t stop_time; /* previous event stop time */
} kstat_timer_t;
-int kstat_init(void);
-void kstat_fini(void);
+int spl_kstat_init(void);
+void spl_kstat_fini(void);
extern kstat_t *__kstat_create(const char *ks_module, int ks_instance,
const char *ks_name, const char *ks_class,