WIP FPC-III support
[linux/fpc-iii.git] / drivers / staging / vt6656 / channel.h
blobcca330f0daf49b822fef9e9d8357c11a99dd7de1
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
4 * All rights reserved.
6 * File: channel.h
8 * Purpose: Country Regulation Rules header file
10 * Author: Lucas Lin
12 * Date: Dec 23, 2004
16 #ifndef _CHANNEL_H_
17 #define _CHANNEL_H_
19 #include "device.h"
21 void vnt_init_bands(struct vnt_private *priv);
23 #endif /* _CHANNEL_H_ */