DEBSOURCES
Skip Quicknav
sources / easygen / 5.3.0-1 / test / enum_multiple_data_files.ref
1234567891011
// Simplified enumeration of available RAID devices enum raid_type { RAID0 = 100, RAID1, }; enum raid_driver { HW, SW, };