Changeset 19a1800 in mainline for uspace/lib/drv/include/dev_iface.h
- Timestamp:
- 2011-03-01T22:20:56Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e24e7b1
- Parents:
- 976f546 (diff), ac8285d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/dev_iface.h
r976f546 r19a1800 36 36 #define LIBDRV_DEV_IFACE_H_ 37 37 38 #include <ipc/common.h> 38 39 #include <ipc/dev_iface.h> 39 40 … … 42 43 */ 43 44 44 struct d evice;45 struct ddf_fun; 45 46 46 47 /* … … 48 49 * devices driver. 49 50 */ 50 typedef void remote_iface_func_t(struct d evice*, void *, ipc_callid_t,51 typedef void remote_iface_func_t(struct ddf_fun *, void *, ipc_callid_t, 51 52 ipc_call_t *); 52 53 typedef remote_iface_func_t *remote_iface_func_ptr_t; 53 typedef void remote_handler_t(struct d evice*, ipc_callid_t, ipc_call_t *);54 typedef void remote_handler_t(struct ddf_fun *, ipc_callid_t, ipc_call_t *); 54 55 55 56 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.