1 type wlan_device, dev_type; 2 3 type diag_device, dev_type; 4 5 # Kickstart device used by QC qcks 6 type kickstart_device, dev_type; 7 8 # SMD device, used by hci_qcomm_init 9 type smd_device, dev_type; 10 11 # Radio related block device 12 type efs_block_device, dev_type; 13 14 # Shared memory logger 15 type shared_log_device, dev_type; 16 17 type power_control_device, dev_type; 18