1# Device types 2type hi_sys_device, dev_type; 3type hi_ao_device, dev_type; 4type hi_ai_device, dev_type; 5type hi_pq_device, dev_type; 6type hi_hdmi_device, dev_type; 7type hi_vfmw_device, dev_type, mlstrustedobject; 8type hi_vo_device, dev_type; 9type hi_disp_device, dev_type; 10type hi_omxvdec_device, dev_type; 11type hi_log_device, dev_type; 12type hi_mem_device, dev_type; 13type hi_module_device, dev_type; 14type hi_stat_device, dev_type; 15type hi_tde_device, dev_type; 16type hi_gfx2d_device, dev_type; 17type hi_userproc_device, dev_type; 18type hi_pvr_device, dev_type; 19type hi_sync_device, dev_type; 20type hi_adec_device, dev_type; 21type hi_vdec_device, dev_type; 22type hi_gpio_device, dev_type; 23type hi_smmu_device, dev_type; 24type hi_vpss_device, dev_type; 25type hi_adsp_device, dev_type; 26type hi_mce_device, dev_type; 27type mali_device, dev_type, file_type, mlstrustedobject; 28type mmz_userdev_device, dev_type; 29type ttyAMA2_device, dev_type; 30type hi_system_block_device, dev_type; 31type hi_vendor_block_device, dev_type; 32type hi_cache_block_device, dev_type; 33type hi_userdata_block_device, dev_type; 34type rtk_bt_device, dev_type; 35