Changeset 75751db6 in mainline for uspace/drv/char/ps2mouse/ps2mouse.c


Ignore:
Timestamp:
2014-08-29T20:32:20Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af0a2c7
Parents:
312e5ff
Message:

Factor out chardev IPC from pl050, i8042, xtkbd and ps2mouse.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/ps2mouse/ps2mouse.c

    r312e5ff r75751db6  
    3737#include <ddf/log.h>
    3838#include <io/keycode.h>
     39#include <io/chardev.h>
    3940#include <io/console.h>
    4041#include <ipc/mouseev.h>
     
    4243
    4344#include "ps2mouse.h"
    44 #include "chardev.h"
    4545
    4646#define PS2_MOUSE_GET_DEVICE_ID   0xf2
Note: See TracChangeset for help on using the changeset viewer.