summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2014-03-31 13:02:51 +0900
committerTom Rini <[email protected]>2014-04-17 14:38:30 -0400
commit9f661504367fce188d7838865f922f7edc5e7743 (patch)
treefb1bc7288674f8ddacf9b96308faeaa8b12b418f /include
parentdd649f1d0031eb2b8b315794867ea9d1b028a06c (diff)
floppy: delete unused files
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/fdc.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/fdc.h b/include/fdc.h
deleted file mode 100644
index 207b0e26673..00000000000
--- a/include/fdc.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
- * Pierre AUBERT [email protected]
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef _FDC_H_
-#define _FDC_H_
-
-/* Functions prototype */
-int fdc_fdos_init (int drive);
-int fdc_fdos_seek (int where);
-int fdc_fdos_read (void *buffer, int len);
-
-int dos_open(char *name);
-int dos_read (ulong addr);
-int dos_dir (void);
-
-#endif