patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-m68k / bootinfo.h
index 6b35b29..c1e968c 100644 (file)
@@ -141,11 +141,11 @@ struct bi_record {
 #define BI_MAC_GMTBIAS         0x8008  /* Mac GMT timezone offset */
 #define BI_MAC_MEMSIZE         0x8009  /* Mac RAM size (sanity check) */
 #define BI_MAC_CPUID           0x800a  /* Mac CPU type (sanity check) */
-#define BI_MAC_ROMBASE         0x800b  /* Mac system ROM base address */ 
+#define BI_MAC_ROMBASE         0x800b  /* Mac system ROM base address */
 
     /*
-     *  Macintosh hardware profile data - unused, see macintosh.h for 
-     *  resonable type values 
+     *  Macintosh hardware profile data - unused, see macintosh.h for
+     *  resonable type values
      */
 
 #define BI_MAC_VIA1BASE                0x8010  /* Mac VIA1 base address (always present) */
@@ -176,7 +176,7 @@ struct bi_record {
 
 #ifndef __ASSEMBLY__
 
-struct mac_booter_data 
+struct mac_booter_data
 {
        unsigned long videoaddr;
        unsigned long videorow;
@@ -202,7 +202,7 @@ struct mac_booter_data
        unsigned long timedbra;
 };
 
-extern struct mac_booter_data 
+extern struct mac_booter_data
        mac_bi_data;
 
 #endif