Move hal_usb_impl and hal_usb_gadget_impl to right space Bug: 310816620 Change-Id: I04d3710dd7f4e52b204f537de73d18a1351a6836 Signed-off-by: Chien Kun Niu <rickyniu@google.com>
14 lines
352 B
Text
14 lines
352 B
Text
# persist
|
|
type persist_uwb_file, file_type, vendor_persist_type;
|
|
|
|
#sysfs
|
|
type sysfs_pca, sysfs_type, fs_type;
|
|
|
|
# debugfs
|
|
type vendor_regmap_debugfs, fs_type, debugfs_type;
|
|
type vendor_usb_debugfs, fs_type, debugfs_type;
|
|
|
|
# Data
|
|
type uwb_vendor_data_file, file_type, data_file_type, app_data_file_type;
|
|
type uwb_data_vendor, file_type, data_file_type;
|
|
|