Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/mouse_port.h

    rb7fd2a0 ra2afd8f  
    4343
    4444typedef struct mouse_port_ops {
    45         errno_t (*init)(struct mouse_dev *);
     45        int (*init)(struct mouse_dev *);
    4646        void (*write)(uint8_t);
    4747} mouse_port_ops_t;
Note: See TracChangeset for help on using the changeset viewer.