You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
310 B
12 lines
310 B
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* netup-init.h
|
|
*
|
|
* NetUP Dual DVB-S2 CI driver
|
|
*
|
|
* Copyright (C) 2009 NetUP Inc.
|
|
* Copyright (C) 2009 Igor M. Liplianin <liplianin@netup.ru>
|
|
* Copyright (C) 2009 Abylay Ospan <aospan@netup.ru>
|
|
*/
|
|
extern void netup_initialize(struct cx23885_dev *dev);
|