using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Cosmos.Drivers.PCI { /// /// Represents a generic PCI driver. /// public abstract class PCIDriver : Driver { } }