Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hubintern.h

    r1e32a63 r63b4f90  
    3737
    3838#include "hub.h"
    39 #include <fibril_synch.h>
    4039
    4140/** Endpoint number for status change pipe. */
     
    122121typedef struct {
    123122        virtdev_connection_t *device;
    124         int index;
    125123        hub_port_state_t state;
    126124        uint16_t status_change;
    127         fibril_mutex_t guard;
    128125} hub_port_t;
    129126
     
    141138void clear_port_status_change(hub_port_t *, uint16_t);
    142139void set_port_status_change(hub_port_t *, uint16_t);
    143 void set_port_status_change_nl(hub_port_t *, uint16_t);
    144140
    145141
Note: See TracChangeset for help on using the changeset viewer.