]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/epl/EplPdo.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / staging / epl / EplPdo.h
index d22ac86e85b62ca3a4db3c1f30e2fb26ebcf8eca..0b3ad5bc7d5eb275c7532c935348ef676c593eaf 100644 (file)
@@ -90,8 +90,8 @@
 
 typedef struct {
        void *m_pVar;
-       WORD m_wOffset;         // in Bits
-       WORD m_wSize;           // in Bits
+       u16 m_wOffset;          // in Bits
+       u16 m_wSize;            // in Bits
        BOOL m_fNumeric;        // numeric value -> use AMI functions
 
 } tEplPdoMapping;
@@ -104,7 +104,7 @@ typedef struct {
        //               TPDO: 0x00=PRes, MN: CnNodeId=PReq
 
        BOOL m_fTxRx;
-       BYTE m_bMappingVersion;
+       u8 m_bMappingVersion;
        unsigned int m_uiMaxMappingEntries;     // maximum number of mapping entries, i.e. size of m_aPdoMapping
        tEplPdoMapping m_aPdoMapping[1];