]> git.sur5r.net Git - u-boot/blobdiff - include/fdc.h
serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI
[u-boot] / include / fdc.h
index 7892b0e25e003b0ff1e5618eae87218c8cac0dc3..3c4038c2bf61642cb2712e715c801a2c5c53088a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * (C) Copyright 2002
- * Stäubli Faverges - <www.staubli.com>
+ * Stäubli Faverges - <www.staubli.com>
  * Pierre AUBERT  p.aubert@staubli.com
  *
  * See file CREDITS for list of people who contributed to this
@@ -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