Changeset ce79069b in mainline for uspace/lib/c/include/device
- Timestamp:
- 2011-01-09T17:02:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a6e11
- Parents:
- f724e82
- Location:
- uspace/lib/c/include/device
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/device/char_dev.h
rf724e82 rce79069b 33 33 */ 34 34 35 #ifndef LIBC_DEVICE_ HW_RES_H_36 #define LIBC_DEVICE_ HW_RES_H_35 #ifndef LIBC_DEVICE_CHAR_DEV_H_ 36 #define LIBC_DEVICE_CHAR_DEV_H_ 37 37 38 38 typedef enum { 39 39 CHAR_DEV_READ = 0, 40 40 CHAR_DEV_WRITE 41 } hw_res_funcs_t;41 } char_dev_method_t; 42 42 43 43 ssize_t char_dev_read(int dev_phone, void *buf, size_t len); -
uspace/lib/c/include/device/hw_res.h
rf724e82 rce79069b 43 43 HW_RES_GET_RESOURCE_LIST = 0, 44 44 HW_RES_ENABLE_INTERRUPT 45 } hw_res_ funcs_t;45 } hw_res_method_t; 46 46 47 47 /** HW resource types */
Note:
See TracChangeset
for help on using the changeset viewer.