Changeset 26e7d6d in mainline for uspace/srv/hw/char/i8042/i8042.h
- Timestamp:
- 2011-09-19T16:31:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a347a11
- Parents:
- 3842a955 (diff), 086290d (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/srv/hw/char/i8042/i8042.h
r3842a955 r26e7d6d 39 39 #define i8042_H_ 40 40 41 #include <sys/types.h> 41 42 #include <libarch/ddi.h> 42 #include < libarch/types.h>43 #include <async.h> 43 44 44 45 /** i8042 HW I/O interface */ … … 52 53 /** Softstate structure, one for each serial port (primary and aux). */ 53 54 typedef struct { 54 devmap_handle_t devmap_handle;55 int client_phone;55 service_id_t service_id; 56 async_sess_t *client_sess; 56 57 } i8042_port_t; 57 58 … … 60 61 /** 61 62 * @} 62 */ 63 */
Note:
See TracChangeset
for help on using the changeset viewer.