summaryrefslogtreecommitdiffstats
path: root/include/fdc.h
diff options
context:
space:
mode:
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