types.h File Reference
DROPS Block Device Driver Interface, API types.
More...
Go to the source code of this file.
Detailed Description
DROPS Block Device Driver Interface, API types.
- Date:
- 08/30/2003
- Author:
- Lars Reuther <reuther@os.inf.tu-dresden.de>
Definition in file types.h.
Define Documentation
#define L4BLK_BLKSIZE 1024 |
#define L4BLK_SG_PHYS 0x00000001 |
l4blk_sg_phys_elem_t, the scatter-gather list contains the phys. addresses of the buffers
Definition at line 173 of file types.h.
#define L4BLK_SG_DS 0x00000002 |
l4blk_sg_ds_elem_t, the scatter-gather list contains dataspace regions which describe the buffers
Definition at line 178 of file types.h.
#define L4BLK_INVALID_DRIVER (-1) |
invalid driver handle
Definition at line 198 of file types.h.