]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/ppc4xx/usb_ohci.h
imported U-Boot Release 2009.08 from Freescale BSP L2.6.31_10.08.01
[karo-tx-uboot.git] / cpu / ppc4xx / usb_ohci.h
index 706e05ea2154d3e1db8196d826f484d1d3394154..2c3dc4f99ca7a9c8c45463336c14752bdad9aacb 100755 (executable)
@@ -55,7 +55,7 @@ struct ed {
 
        struct usb_device *usb_dev;
        __u32 unused[3];
-} __attribute((aligned(16)));
+} __attribute__((aligned(16)));
 typedef struct ed ed_t;
 
 /* TD info field */
@@ -111,7 +111,7 @@ struct td {
        __u32 data;
 
        __u32 unused2[2];
-} __attribute((aligned(32)));
+} __attribute__((aligned(32)));
 typedef struct td td_t;
 
 #define OHCI_ED_SKIP   (1 << 14)
@@ -134,7 +134,7 @@ struct ohci_hcca {
 #endif
        __u32 done_head;        /* info returned for an interrupt */
        u8 reserved_for_hc[116];
-} __attribute((aligned(256)));
+} __attribute__((aligned(256)));
 
 /*
  * Maximum number of root hub ports.
@@ -175,7 +175,7 @@ struct ohci_regs {
                __u32 status;
                __u32 portstatus[MAX_ROOT_PORTS];
        } roothub;
-} __attribute((aligned(32)));
+} __attribute__((aligned(32)));
 
 /* OHCI CONTROL AND STATUS REGISTER MASKS */