]> Git Repo - linux.git/blob - drivers/staging/vt6656/channel.h
slab: remove __alloc_size attribute from __kmalloc_track_caller
[linux.git] / drivers / staging / vt6656 / channel.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
4  * All rights reserved.
5  *
6  * Purpose: Country Regulation Rules header file
7  *
8  * Author: Lucas Lin
9  *
10  * Date: Dec 23, 2004
11  *
12  */
13
14 #ifndef _CHANNEL_H_
15 #define _CHANNEL_H_
16
17 #include "device.h"
18
19 void vnt_init_bands(struct vnt_private *priv);
20
21 #endif  /* _CHANNEL_H_ */
This page took 0.033885 seconds and 4 git commands to generate.