]> Git Repo - linux.git/blob - drivers/staging/vt6655/channel.h
efi/x86: add headroom to decompressor BSS to account for setup block
[linux.git] / drivers / staging / vt6655 / 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  * File: channel.h
7  */
8
9 #ifndef _CHANNEL_H_
10 #define _CHANNEL_H_
11
12 #include "card.h"
13
14 void vnt_init_bands(struct vnt_private *priv);
15
16 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch);
17
18 #endif /* _CHANNEL_H_ */
This page took 0.051858 seconds and 4 git commands to generate.