os161-1.99
Data Fields
device Struct Reference

Data Fields

int(* d_open )(struct device *, int flags_from_open)
int(* d_close )(struct device *)
int(* d_io )(struct device *, struct uio *)
int(* d_ioctl )(struct device *, int op, userptr_t data)
blkcnt_t d_blocks
blksize_t d_blocksize
dev_t d_devnumber
void * d_data

Detailed Description

Definition at line 44 of file device.h.


The documentation for this struct was generated from the following file:
 All Data Structures