linux/drivers/media/rc/keymaps/rc-videomate-tv-pvr.c

// SPDX-License-Identifier: GPL-2.0+
// videomate-tv-pvr.h - Keytable for videomate_tv_pvr Remote Controller
//
// keymap imported from ir-keymaps.c
//
// Copyright (c) 2010 by Mauro Carvalho Chehab

#include <media/rc-map.h>
#include <linux/module.h>

static struct rc_map_table videomate_tv_pvr[] =;

static struct rc_map_list videomate_tv_pvr_map =;

static int __init init_rc_map_videomate_tv_pvr(void)
{}

static void __exit exit_rc_map_videomate_tv_pvr(void)
{}

module_init()
module_exit()

MODULE_LICENSE();
MODULE_AUTHOR();
MODULE_DESCRIPTION();