floppy.h (7e31aa11fc672bbe0dd0da59513c9efe3809ced7) | floppy.h (a09e64fbc0094e3073dbb09c3b4bfe4ab669244b) |
---|---|
1/* 2 * arch/arm/include/asm/floppy.h 3 * 4 * Copyright (C) 1996-2000 Russell King 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 * 10 * Note that we don't touch FLOPPY_DMA nor FLOPPY_IRQ here 11 */ 12#ifndef __ASM_ARM_FLOPPY_H 13#define __ASM_ARM_FLOPPY_H 14#if 0 | 1/* 2 * arch/arm/include/asm/floppy.h 3 * 4 * Copyright (C) 1996-2000 Russell King 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. 9 * 10 * Note that we don't touch FLOPPY_DMA nor FLOPPY_IRQ here 11 */ 12#ifndef __ASM_ARM_FLOPPY_H 13#define __ASM_ARM_FLOPPY_H 14#if 0 |
15#include <asm/arch/floppy.h> | 15#include <mach/floppy.h> |
16#endif 17 18#define fd_outb(val,port) \ 19 do { \ 20 if ((port) == FD_DOR) \ 21 fd_setdor((val)); \ 22 else \ 23 outb((val),(port)); \ --- 125 unchanged lines hidden --- | 16#endif 17 18#define fd_outb(val,port) \ 19 do { \ 20 if ((port) == FD_DOR) \ 21 fd_setdor((val)); \ 22 else \ 23 outb((val),(port)); \ --- 125 unchanged lines hidden --- |