Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003     gpio functions.
0004     Copyright (C) 2004  Chris Kennedy <c@groovy.org>
0005     Copyright (C) 2005-2007  Hans Verkuil <hverkuil@xs4all.nl>
0006 
0007  */
0008 
0009 #ifndef IVTV_GPIO_H
0010 #define IVTV_GPIO_H
0011 
0012 /* GPIO stuff */
0013 int ivtv_gpio_init(struct ivtv *itv);
0014 void ivtv_reset_ir_gpio(struct ivtv *itv);
0015 int ivtv_reset_tuner_gpio(void *dev, int component, int cmd, int value);
0016 
0017 #endif