mantis_input.h 386 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. Mantis PCI bridge driver
  4. Copyright (C) Manu Abraham ([email protected])
  5. */
  6. #ifndef __MANTIS_INPUT_H
  7. #define __MANTIS_INPUT_H
  8. int mantis_input_init(struct mantis_pci *mantis);
  9. void mantis_input_exit(struct mantis_pci *mantis);
  10. void mantis_input_process(struct mantis_pci *mantis, int scancode);
  11. #endif /* __MANTIS_UART_H */