Changes in uspace/srv/hw/char/i8042/i8042.h [991f645:5da7199] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/char/i8042/i8042.h
r991f645 r5da7199 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.