patch-2.4.21 linux-2.4.21/arch/m68k/kernel/setup.c

Next file: linux-2.4.21/arch/m68k/kernel/signal.c
Previous file: linux-2.4.21/arch/m68k/kernel/process.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/m68k/kernel/setup.c linux-2.4.21/arch/m68k/kernel/setup.c
@@ -90,6 +90,9 @@
 void (*mach_gettod) (int*, int*, int*, int*, int*, int*);
 int (*mach_hwclk) (int, struct rtc_time*) = NULL;
 int (*mach_set_clock_mmss) (unsigned long) = NULL;
+unsigned int (*mach_get_ss)(void) = NULL;
+int (*mach_get_rtc_pll)(struct rtc_pll_info *) = NULL;
+int (*mach_set_rtc_pll)(struct rtc_pll_info *) = NULL;
 void (*mach_reset)( void );
 void (*mach_halt)( void ) = NULL;
 void (*mach_power_off)( void ) = NULL;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)