using System; using System.Collections.Generic; using System.Text; namespace Cosmos.HAL.Devices { public abstract class Processor : Device { } }