// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. * All rights reserved. * * File: firmware.h * * Purpose: Version and Release Information * * Author: Yiching Chen * * Date: May 20, 2004 * */ #ifndef __FIRMWARE_H__ #define __FIRMWARE_H__ #include "device.h" int vnt_download_firmware(struct vnt_private *priv); int vnt_firmware_branch_to_sram(struct vnt_private *priv); int vnt_check_firmware_version(struct vnt_private *priv); #endif /* __FIRMWARE_H__ */Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Forest Bond | 20 | 48.78% | 1 | 11.11% |
Malcolm Priestley | 15 | 36.59% | 4 | 44.44% |
Simon Sandström | 3 | 7.32% | 1 | 11.11% |
Greg Kroah-Hartman | 2 | 4.88% | 2 | 22.22% |
Andres More | 1 | 2.44% | 1 | 11.11% |
Total | 41 | 100.00% | 9 | 100.00% |