Copy wininet to branch
[reactos.git] / reactos / drivers / input / psaux / logips2pp.h
1 /*
2 * Logitech PS/2++ mouse driver header
3 *
4 * Copyright (c) 2003 Vojtech Pavlik <vojtech@suse.cz>
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published by
8 * the Free Software Foundation.
9 */
10 #include <ddk/ntddk.h>
11 #include <ddk/iotypes.h>
12 #include "psaux.h"
13
14 #ifndef _LOGIPS2PP_H
15 #define _LOGIPS2PP_H
16 void ps2pp_process_packet(PDEVICE_EXTENSION DeviceExtension, PMOUSE_INPUT_DATA Input);
17 void ps2pp_set_800dpi(PDEVICE_EXTENSION DeviceExtension);
18 int ps2pp_detect_model(PDEVICE_EXTENSION DeviceExtension, unsigned char *param);
19 #endif