Merge branch 'core-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[pandora-kernel.git] / arch / m68k / include / asm / macintosh.h
index 05309f7..50db359 100644 (file)
@@ -34,6 +34,7 @@ struct mac_model
        char scc_type;
        char ether_type;
        char nubus_type;
+       char floppy_type;
 };
 
 #define MAC_ADB_NONE           0
@@ -71,6 +72,12 @@ struct mac_model
 #define MAC_NO_NUBUS           0
 #define MAC_NUBUS              1
 
+#define MAC_FLOPPY_IWM         0
+#define MAC_FLOPPY_SWIM_ADDR1  1
+#define MAC_FLOPPY_SWIM_ADDR2  2
+#define MAC_FLOPPY_SWIM_IOP    3
+#define MAC_FLOPPY_AV          4
+
 /*
  *     Gestalt numbers
  */