18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _INCLUDE_GUARD_i82092aa_H_
38c2ecf20Sopenharmony_ci#define _INCLUDE_GUARD_i82092aa_H_
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include <linux/interrupt.h>
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci/* prototypes */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_cistatic int  i82092aa_pci_probe(struct pci_dev *dev, const struct pci_device_id *id);
108c2ecf20Sopenharmony_cistatic void i82092aa_pci_remove(struct pci_dev *dev);
118c2ecf20Sopenharmony_cistatic int card_present(int socketno);
128c2ecf20Sopenharmony_cistatic irqreturn_t i82092aa_interrupt(int irq, void *dev);
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_cistatic int i82092aa_get_status(struct pcmcia_socket *socket, u_int *value);
188c2ecf20Sopenharmony_cistatic int i82092aa_set_socket(struct pcmcia_socket *socket, socket_state_t *state);
198c2ecf20Sopenharmony_cistatic int i82092aa_set_io_map(struct pcmcia_socket *socket, struct pccard_io_map *io);
208c2ecf20Sopenharmony_cistatic int i82092aa_set_mem_map(struct pcmcia_socket *socket, struct pccard_mem_map *mem);
218c2ecf20Sopenharmony_cistatic int i82092aa_init(struct pcmcia_socket *socket);
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci#endif
248c2ecf20Sopenharmony_ci
25