aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/de-Hamburg
blob: 806e2d693944c1bc45f7068ec3b925769c8e4b11 (plain)
1
2
3
4
5
6
7
8
generated by cgit v1.2.3 (git 2.25.1) at 2024-10-03 05:21:15 +0000
 


span>
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 */

#ifndef _DRV_GENERIC_KEYPAD_H_
#define _DRV_GENERIC_KEYPAD_H_

#include "widget.h"

/* these functions must be implemented by the real driver */
extern int (*drv_generic_keypad_real_press) (const int num);

/* generic functions and widget callbacks */
int drv_generic_keypad_init(const char *section, const char *driver);
int drv_generic_keypad_press(const int num);
int drv_generic_keypad_quit(void);

#endif