- Timestamp:
- 07/16/2017 11:27:12 AM (7 years ago)
- Branches:
- master
- Children:
- d60f436
- Parents:
- ea232f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/io.h
rea232f9 r99cac86 34 34 int16_t d_seek; /* seek routine code */ 35 35 devop d_open; /* special open function */ 36 int16_t d_kind; /* kind of device */ 36 37 }; 37 38 … … 40 41 int8_t *d_name; /* device name */ 41 42 struct device *d_dev; /* pointer to device structure */ 42 io_arg d_arg; /* argument to device driver */43 int16_t d_kind; /* kind of device */44 43 };
Note:
See TracChangeset
for help on using the changeset viewer.