Cosmos/source2/Kernel/System/Hardware/Cosmos.Hardware/PciDevice.cs
kudzu_cp d0cdaffe55
2010-08-21 23:41:42 +00:00

9 lines
164 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Hardware {
public class PciDevice {
}
}