Go to the documentation of this file.
8 #ifndef __ASM_MACH_JAZZ_FLOPPY_H
9 #define __ASM_MACH_JAZZ_FLOPPY_H
13 #include <linux/linkage.h>
14 #include <linux/types.h>
16 #include <asm/addrspace.h>
19 #include <asm/pgtable.h>
21 static inline unsigned char fd_inb(
unsigned int port)
25 c = *(
volatile unsigned char *) port;
33 *(
volatile unsigned char *) port = value;
101 static inline unsigned long fd_getfdaddr1(
void)