22 lines · c
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 file7 *8 * Author: Lucas Lin9 *10 * Date: Dec 23, 200411 *12 */13 14#ifndef _CHANNEL_H_15#define _CHANNEL_H_16 17#include "device.h"18 19void vnt_init_bands(struct vnt_private *priv);20 21#endif /* _CHANNEL_H_ */22