diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-31 13:02:51 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 14:38:30 -0400 |
commit | 9f661504367fce188d7838865f922f7edc5e7743 (patch) | |
tree | fb1bc7288674f8ddacf9b96308faeaa8b12b418f /include | |
parent | dd649f1d0031eb2b8b315794867ea9d1b028a06c (diff) | |
download | u-boot-imx-9f661504367fce188d7838865f922f7edc5e7743.zip u-boot-imx-9f661504367fce188d7838865f922f7edc5e7743.tar.gz u-boot-imx-9f661504367fce188d7838865f922f7edc5e7743.tar.bz2 |
floppy: delete unused files
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fdc.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/fdc.h b/include/fdc.h deleted file mode 100644 index 207b0e2..0000000 --- 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 |