Modules/UDI - Adding PCI and MEI headers
[tpg/acess2.git] / KernelLand / Modules / Interfaces / UDI / include / udi / init.h
index 6189e8d..a4d9142 100644 (file)
@@ -51,7 +51,7 @@ struct udi_init_s
         * gets for a specific ops vector.
         */
        udi_cb_select_t *cb_select_list;
-};
+} __attribute__((packed));
 
 
 /**
@@ -180,7 +180,7 @@ struct udi_ops_init_s
        /**
         * \brief Flags for each entry in \a ops_vector
         */
-       //const udi_ubit8_t     *op_flags;
+       const udi_ubit8_t       *op_flags;
 };
 
 /**
@@ -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