Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/char_mouse/proto/ps2.c

    r89c09ae rb73c26d  
    3636
    3737#include <stdio.h>
    38 #include <mouse_port.h>
     38#include <mouse_proto.h>
    3939#include <char_mouse.h>
    40 #include <mouse_proto.h>
    4140
    4241#define BUFSIZE 3
    43 
    44 #define PS2_MOUSE_OUT_INIT  0xf4
    45 #define PS2_MOUSE_ACK       0xfa
    4642
    4743typedef struct {
     
    7167int mouse_proto_init(void)
    7268{
    73         mouse_port_write(PS2_MOUSE_OUT_INIT);
    7469        return 0;
    7570}
Note: See TracChangeset for help on using the changeset viewer.