Modules/UDI - Adding PCI and MEI headers
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / include / udi / init.h
index 177e989..a4d9142 100644 (file)
@@ -259,7 +259,7 @@ struct udi_limits_s
         * \see ::udi_timer_start_repeating, ::udi_timer_start
         */
        udi_ubit32_t    min_timer_res;
-} PACKED;
+} __attribute__((packed));
 
 /**
  * \brief Primary Region Context data
@@ -279,7 +279,7 @@ struct udi_chan_context_s
         * \brief Pointer to the driver instance's initial region data
         */
        void    *rdata;
-} PACKED;
+} __attribute__((packed));
 
 /**
  * \brief Child Channel context

UCC git Repository :: git.ucc.asn.au