Staging: rtl8723bs: rtw_wlan_util: Add size check of SSID IE
[linux-2.6-block.git] / drivers / staging / vt6656 / firmware.h
CommitLineData
9df8a970 1/* SPDX-License-Identifier: GPL-2.0+ */
92b96797
FB
2/*
3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
4 * All rights reserved.
5 *
92b96797
FB
6 * File: firmware.h
7 *
8 * Purpose: Version and Release Information
9 *
10 * Author: Yiching Chen
11 *
12 * Date: May 20, 2004
13 *
14 */
15
92b96797
FB
16#ifndef __FIRMWARE_H__
17#define __FIRMWARE_H__
18
92b96797 19#include "device.h"
92b96797 20
6ddcf34f
SS
21int vnt_download_firmware(struct vnt_private *priv);
22int vnt_firmware_branch_to_sram(struct vnt_private *priv);
23int vnt_check_firmware_version(struct vnt_private *priv);
92b96797 24
e7b07d1d 25#endif /* __FIRMWARE_H__ */