2 * Copyright 2005-2010 Haiku, Inc.
3 * Distributed under the terms of the MIT License.
7 * Authors (in chronological order):
8 * Marcus Overhagen (marcus@overhagen.de)
10 #ifndef __PS2_SERVICE_H
11 #define __PS2_SERVICE_H
14 #include "ps2_common.h"
22 status_t
ps2_service_init(void);
23 void ps2_service_exit(void);
25 void ps2_service_notify_device_added(ps2_dev
*dev
);
26 void ps2_service_notify_device_republish(ps2_dev
*dev
);
27 void ps2_service_notify_device_removed(ps2_dev
*dev
);
34 #endif /* __PS2_SERVICE_H */