ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Macros | |
#define | EOD 0x000 |
#define | INOUT 0x010 |
#define | METAOUT 0x020 |
#define | NCMD 0x0f0 |
#define | MULTI 0x02 |
#define | BW 0x04 |
#define | IO 0x08 |
#define | INDXOUT 0x00 |
#define | ATCOUT 0x01 |
#define | MASKOUT 0x02 |
#define | OB (INOUT) |
#define | OBM (INOUT+MULTI) |
#define | OW (INOUT+BW) |
#define | OWM (INOUT+BW+MULTI) |
#define | IB (INOUT+IO) |
#define | IBM (INOUT+IO+MULTI) |
#define | IW (INOUT+IO+BW) |
#define | IWM (INOUT+IO+BW+MULTI) |