Index: uspace/drv/bus/usb/ohci/hw_struct/hcca.h
===================================================================
--- uspace/drv/bus/usb/ohci/hw_struct/hcca.h	(revision ae3a9413512275bb229f67ecbbb46ce1739a954a)
+++ uspace/drv/bus/usb/ohci/hw_struct/hcca.h	(revision 40b7fd3cd75fc6b419fef547e00e1cf0b62437b7)
@@ -54,9 +54,9 @@
 	/** Frame number. */
 	uint16_t frame_number;
-	PADD16;
+	PADD16(1);
 	/** Pointer to the last completed TD. (useless) */
 	uint32_t done_head;
 	/** Padding to make the size 256B */
-	PADD32[30];
+	PADD32(30);
 } hcca_t;
 
