Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/char/i8042/i8042.h

    r5da7199 r991f645  
    3939#define i8042_H_
    4040
    41 #include <sys/types.h>
    4241#include <libarch/ddi.h>
    43 #include <async.h>
     42#include <libarch/types.h>
    4443
    4544/** i8042 HW I/O interface */
     
    5352/** Softstate structure, one for each serial port (primary and aux). */
    5453typedef struct {
    55         service_id_t service_id;
    56         async_sess_t *client_sess;
     54        devmap_handle_t devmap_handle;
     55        int client_phone;
    5756} i8042_port_t;
    5857
     
    6160/**
    6261 * @}
    63  */
     62 */ 
Note: See TracChangeset for help on using the changeset viewer.