/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * * Contact Information: wlanfae <[email protected]> */ #ifndef __INC_FIRMWARE_H #define __INC_FIRMWARE_H #define RTL8192E_BOOT_IMG_FW … #define RTL8192E_MAIN_IMG_FW … #define RTL8192E_DATA_IMG_FW … enum firmware_init_step { … }; enum opt_rst_type { … }; enum desc_packet_type { … }; enum firmware_status { … }; #define MAX_FW_SIZE … struct rt_fw_blob { … }; #define FW_BLOBS … struct rt_firmware { … }; bool rtl92e_init_fw(struct net_device *dev); #endif