From 299573a855b7b328cd63767ef5bd491dfbdd0578 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 6 Dec 2014 21:59:21 +0000 Subject: [PATCH] dragon: fix floppy warning --- Kernel/platform-dragon/devfd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-dragon/devfd.h b/Kernel/platform-dragon/devfd.h index 69ecb5ec..e5224ac9 100644 --- a/Kernel/platform-dragon/devfd.h +++ b/Kernel/platform-dragon/devfd.h @@ -8,7 +8,7 @@ int fd_open(uint8_t minor, uint16_t flag); /* low level interface */ uint8_t fd_reset(uint8_t *drive); -uint8_t fd_operation(uint16_t *cmd, uint8_t *drive); +uint8_t fd_operation(uint8_t *cmd, uint8_t *drive); uint8_t fd_motor_on(uint8_t drive); uint8_t fd_motor_off(void); -- 2.34.1