xref: /kernel/linux/linux-5.10/drivers/media/pci/mantis/mantis_input.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/pci/mantis/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci	Mantis PCI bridge driver
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci	Copyright (C) Manu Abraham (abraham.manu@gmail.com)
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci*/
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#ifndef __MANTIS_INPUT_H
108c2ecf20Sopenharmony_ci#define __MANTIS_INPUT_H
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciint mantis_input_init(struct mantis_pci *mantis);
138c2ecf20Sopenharmony_civoid mantis_input_exit(struct mantis_pci *mantis);
148c2ecf20Sopenharmony_civoid mantis_input_process(struct mantis_pci *mantis, int scancode);
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#endif /* __MANTIS_UART_H */
17

Indexes created Thu Nov 07 10:32:03 CST 2024