Changes in uspace/srv/hw/char/i8042/i8042.h [5da7199:991f645] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/char/i8042/i8042.h
r5da7199 r991f645 39 39 #define i8042_H_ 40 40 41 #include <sys/types.h>42 41 #include <libarch/ddi.h> 43 #include < async.h>42 #include <libarch/types.h> 44 43 45 44 /** i8042 HW I/O interface */ … … 53 52 /** Softstate structure, one for each serial port (primary and aux). */ 54 53 typedef struct { 55 service_id_t service_id;56 async_sess_t *client_sess;54 devmap_handle_t devmap_handle; 55 int client_phone; 57 56 } i8042_port_t; 58 57 … … 61 60 /** 62 61 * @} 63 */ 62 */
Note:
See TracChangeset
for help on using the changeset viewer.