Merge branch 'master' of git://git.denx.de/u-boot-blackfin
[platform/kernel/u-boot.git] / include / fdc.h
index 7892b0e..b66f202 100644 (file)
@@ -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