diff options
Diffstat (limited to 'include/fdc.h')
| -rw-r--r-- | include/fdc.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/include/fdc.h b/include/fdc.h index 7892b0e25..b66f20212 100644 --- a/include/fdc.h +++ b/include/fdc.h @@ -25,8 +25,6 @@  #ifndef _FDC_H_  #define _FDC_H_ - -  /* Functions prototype                                                       */  int fdc_fdos_init (int drive);  int fdc_fdos_seek (int where); @@ -36,6 +34,4 @@ int dos_open(char *name);  int dos_read (ulong addr);  int dos_dir (void); - -  #endif |