patch-2.3.48 linux/include/asm-mips/floppy.h
Next file: linux/include/asm-mips/fp.h
Previous file: linux/include/asm-mips/fcntl.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Thu Feb 24 22:52:30 2000
- Orig file:
v2.3.47/linux/include/asm-mips/floppy.h
- Orig date:
Mon Oct 26 09:57:56 1998
diff -u --recursive --new-file v2.3.47/linux/include/asm-mips/floppy.h linux/include/asm-mips/floppy.h
@@ -1,4 +1,4 @@
-/* $Id: floppy.h,v 1.4 1998/05/07 18:38:41 ralf Exp $
+/* $Id: floppy.h,v 1.7 1999/08/18 23:37:49 ralf Exp $
*
* Architecture specific parts of the Floppy driver
*
@@ -8,13 +8,12 @@
*
* Copyright (C) 1995, 1996, 1997, 1998 Ralf Baechle
*/
-#ifndef __ASM_MIPS_FLOPPY_H
-#define __ASM_MIPS_FLOPPY_H
+#ifndef _ASM_FLOPPY_H
+#define _ASM_FLOPPY_H
#include <asm/bootinfo.h>
#include <asm/jazz.h>
#include <asm/jazzdma.h>
-#include <asm/mipsconfig.h>
struct fd_ops {
unsigned char (*fd_inb)(unsigned int port);
@@ -102,4 +101,4 @@
*/
#define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)
-#endif /* __ASM_MIPS_FLOPPY_H */
+#endif /* _ASM_FLOPPY_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)