vds.h revision f428e0958e4b4a8c3c0fcd30b0a7bb2751f9b05d
/* Virtual DMA Services (VDS) */
/* The DMA descriptor data structure. */
typedef struct {
} vds_dds;
typedef struct {
} vds_sg;
* S/G descriptors or x86-style PTEs.
*/
typedef struct {
union {
} u;
} vds_edds;
/* VDS services */
#define VDS_SERVICE 0x81
/* VDS error codes */
/* VDS option flags */
/* Higher level routines for utilizing VDS. */
/* Helper for translating 16:16 real mode addresses to 32-bit linear. */