Changeset 83a2f43 in mainline for uspace/lib/drv/include/ops/char_dev.h
- Timestamp:
- 2011-02-15T19:43:50Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- af6b5157
- Parents:
- 34588a80
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/ops/char_dev.h
r34588a80 r83a2f43 39 39 40 40 typedef struct { 41 int (*read)( function_t *, char *, size_t);42 int (*write)( function_t *, char *, size_t);41 int (*read)(ddf_fun_t *, char *, size_t); 42 int (*write)(ddf_fun_t *, char *, size_t); 43 43 } char_dev_ops_t; 44 44
Note:
See TracChangeset
for help on using the changeset viewer.