public struct Bus {
public Bus* next ;
public Bus* prev ;
public string dirname ;
public Device* devices ;
public uint32 location ;
public Device* root_dev ;
}
public Bus* next ;
public Bus* prev ;
public string dirname ;
public Device* devices ;
public uint32 location ;
public Device* root_dev ;
Created by Valadoc