Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
0004  * All rights reserved.
0005  *
0006  * Purpose: Country Regulation Rules header file
0007  *
0008  * Author: Lucas Lin
0009  *
0010  * Date: Dec 23, 2004
0011  *
0012  */
0013 
0014 #ifndef _CHANNEL_H_
0015 #define _CHANNEL_H_
0016 
0017 #include "device.h"
0018 
0019 void vnt_init_bands(struct vnt_private *priv);
0020 
0021 #endif  /* _CHANNEL_H_ */