patch-2.4.19 linux-2.4.19/include/asm-m68k/machdep.h
Next file: linux-2.4.19/include/asm-m68k/motorola_pgtable.h
Previous file: linux-2.4.19/include/asm-m68k/ide.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-m68k/machdep.h
- Orig date:
Mon Nov 27 17:57:34 2000
diff -urN linux-2.4.18/include/asm-m68k/machdep.h linux-2.4.19/include/asm-m68k/machdep.h
@@ -4,7 +4,7 @@
struct pt_regs;
struct kbd_repeat;
struct mktime;
-struct hwclk_time;
+struct rtc_time;
struct gendisk;
struct buffer_head;
@@ -28,7 +28,7 @@
extern unsigned long (*mach_gettimeoffset)(void);
extern void (*mach_gettod)(int *year, int *mon, int *day, int *hour,
int *min, int *sec);
-extern int (*mach_hwclk)(int, struct hwclk_time*);
+extern int (*mach_hwclk)(int, struct rtc_time*);
extern int (*mach_set_clock_mmss)(unsigned long);
extern void (*mach_reset)( void );
extern void (*mach_halt)( void );
@@ -37,7 +37,6 @@
extern void (*mach_hd_setup)(char *, int *);
extern long mach_max_dma_address;
extern void (*mach_floppy_setup)(char *, int *);
-extern void (*mach_floppy_eject)(void);
extern void (*mach_heartbeat) (int);
extern void (*mach_l2_flush) (int);
extern int mach_sysrq_key;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)