mtd: rawnand: marvell: pass ms delay to wait_op
[linux/fpc-iii.git] / drivers / staging / vt6655 / channel.h
blob53f623a4af6532d68f6c9507348ed5d3f0ac2d8c
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
7 */
9 #ifndef _CHANNEL_H_
10 #define _CHANNEL_H_
12 #include "card.h"
14 void vnt_init_bands(struct vnt_private *priv);
16 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch);
18 #endif /* _CHANNEL_H_ */