summaryrefslogtreecommitdiffstats
path: root/include/fdc.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-31 13:02:51 +0900
committerTom Rini <trini@ti.com>2014-04-17 14:38:30 -0400
commit9f661504367fce188d7838865f922f7edc5e7743 (patch)
treefb1bc7288674f8ddacf9b96308faeaa8b12b418f /include/fdc.h
parentdd649f1d0031eb2b8b315794867ea9d1b028a06c (diff)
downloadblackbird-obmc-uboot-9f661504367fce188d7838865f922f7edc5e7743.tar.gz
blackbird-obmc-uboot-9f661504367fce188d7838865f922f7edc5e7743.zip
floppy: delete unused files
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/fdc.h')
-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 207b0e2667..0000000000
--- a/include/fdc.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
- * Pierre AUBERT p.aubert@staubli.com
- *
- * 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
OpenPOWER on IntegriCloud