18 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 gpio functions.4 Copyright (C) 2004 Chris Kennedy <c@groovy.org>5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>6 7 */8 9#ifndef IVTV_GPIO_H10#define IVTV_GPIO_H11 12/* GPIO stuff */13int ivtv_gpio_init(struct ivtv *itv);14void ivtv_reset_ir_gpio(struct ivtv *itv);15int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value);16 17#endif18