3 * Stäubli Faverges - <www.staubli.com>
4 * Pierre AUBERT p.aubert@staubli.com
6 * SPDX-License-Identifier: GPL-2.0+
12 /* Functions prototype */
13 int fdc_fdos_init (int drive);
14 int fdc_fdos_seek (int where);
15 int fdc_fdos_read (void *buffer, int len);
17 int dos_open(char *name);
18 int dos_read (ulong addr);