Module Name: src
Committed By: matt
Date: Thu Jan 21 04:09:18 UTC 2010
Modified Files:
src/sys/arch/sbmips/include [matt-nb5-mips64]: systemsw.h
Log Message:
Minor type cleanup.
To generate a diff of this commit:
cvs rdiff -u -r1.7.28.1 -r1.7.28.2 src/sys/arch/sbmips/include/systemsw.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sbmips/include/systemsw.h
diff -u src/sys/arch/sbmips/include/systemsw.h:1.7.28.1 src/sys/arch/sbmips/include/systemsw.h:1.7.28.2
--- src/sys/arch/sbmips/include/systemsw.h:1.7.28.1 Mon Nov 23 18:46:50 2009
+++ src/sys/arch/sbmips/include/systemsw.h Thu Jan 21 04:09:18 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: systemsw.h,v 1.7.28.1 2009/11/23 18:46:50 matt Exp $ */
+/* $NetBSD: systemsw.h,v 1.7.28.2 2010/01/21 04:09:18 matt Exp $ */
/*
* Copyright 2000, 2001
@@ -53,11 +53,10 @@
};
extern struct systemsw systemsw;
-int system_set_clockfns(void *, void (*)(void *));
-int system_set_todrfns(void *, void (*)(void *, time_t), void (*)(void *));
-
-#define cpu_intr_establish(n,s,f,a) ((*systemsw.s_intr_establish)(n,s,f,a))
+bool system_set_clockfns(void *, void (*)(void *));
void sb1250_icu_init(void);
+#define cpu_intr_establish(n,s,f,a) ((*systemsw.s_intr_establish)(n,s,f,a))
+
#endif /* _SBMIPS_SYSTEMSW_H_ */