cregit-Linux how code gets into the kernel

Release 4.18 drivers/staging/rtl8192u/r819xU_firmware.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __INC_FIRMWARE_H

#define __INC_FIRMWARE_H


#define RTL8190_CPU_START_OFFSET	0x80

#define GET_COMMAND_PACKET_FRAG_THRESHOLD(v) \
	(4*(v/4) - 8 - USB_HWDESC_HEADER_LEN)


typedef enum _firmware_init_step {
	
FW_INIT_STEP0_BOOT = 0,
	
FW_INIT_STEP1_MAIN = 1,
	
FW_INIT_STEP2_DATA = 2,
} 
firmware_init_step_e;


typedef enum _opt_rst_type {
	
OPT_SYSTEM_RESET = 0,
	
OPT_FIRMWARE_RESET = 1,
} 
opt_rst_type_e;

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Jerry Chuang5196.23%133.33%
Greg Kroah-Hartman11.89%133.33%
Buţiu Alexandru Octavian11.89%133.33%
Total53100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.