repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
thermal/drivers/hisi: Set the thermal zone private data to the sensor pointer
[linux/fpc-iii.git]
/
drivers
/
staging
/
vt6656
/
channel.h
blob
6d0d2825d9925b2cb6f902a0b6f1f7d6c6da21e3
1
// SPDX-License-Identifier: GPL-2.0+
2
/*
3
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
4
* All rights reserved.
5
*
6
* File: channel.h
7
*
8
* Purpose: Country Regulation Rules header file
9
*
10
* Author: Lucas Lin
11
*
12
* Date: Dec 23, 2004
13
*
14
*/
15
16
#ifndef _CHANNEL_H_
17
#define _CHANNEL_H_
18
19
#include
"device.h"
20
21
void
vnt_init_bands
(
struct
vnt_private
*
priv
);
22
23
#endif
/* _CHANNEL_H_ */