linux/drivers/media/rc/keymaps/rc-powercolor-real-angel.c

// SPDX-License-Identifier: GPL-2.0+
// powercolor-real-angel.h - Keytable for powercolor_real_angel Remote Controller
//
// keymap imported from ir-keymaps.c
//
// Copyright (c) 2010 by Mauro Carvalho Chehab

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

/*
 * Remote control for Powercolor Real Angel 330
 * Daniel Fraga <[email protected]>
 */

static struct rc_map_table powercolor_real_angel[] =;

static struct rc_map_list powercolor_real_angel_map =;

static int __init init_rc_map_powercolor_real_angel(void)
{}

static void __exit exit_rc_map_powercolor_real_angel(void)
{}

module_init()
module_exit()

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