Changeset e3fe7df in mainline for uspace/srv/hw/netif/dp8390/dp8390.h


Ignore:
Timestamp:
2011-01-06T22:58:05Z (14 years ago)
Author:
martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66b628a
Parents:
efa8aec6
Message:

convert bit flags to explicit flags for better readability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/netif/dp8390/dp8390.h

    refa8aec6 re3fe7df  
    306306        dp_nic2userf_t de_nic2userf;
    307307        dp_getblock_t de_getblockf;
     308       
     309        /* Driver flags */
     310        bool sending;
     311        bool send_avail;
    308312} dpeth_t;
    309313
    310 #define DEF_EMPTY       0x000
    311 #define DEF_PACK_SEND   0x001
    312 #define DEF_SEND_AVAIL  0x004
    313314#define DEF_PROMISC     0x040
    314315#define DEF_MULTI       0x080
Note: See TracChangeset for help on using the changeset viewer.