cregit-Linux how code gets into the kernel

Release 4.11 drivers/staging/rtl8192u/r819xU_firmware.h

#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 Chuang5198.08%150.00%
Buţiu Alexandru Octavian11.92%150.00%
Total52100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.