18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Logitech PS/2++ mouse driver header
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2003 Vojtech Pavlik <vojtech@suse.cz>
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _LOGIPS2PP_H
98c2ecf20Sopenharmony_ci#define _LOGIPS2PP_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciint ps2pp_detect(struct psmouse *psmouse, bool set_properties);
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif
14