X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ffdc.h;h=b66f20212b1db08e271257f8a9d4d6ca3deb6d3c;hb=12f34241cb9679c27a1ab3561766562f5a515eff;hp=7892b0e25e003b0ff1e5618eae87218c8cac0dc3;hpb=2262cfeef91458b01a1bfe3812ccbbfdf8b82807;p=u-boot diff --git a/include/fdc.h b/include/fdc.h index 7892b0e25e..b66f20212b 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