Cosmos/source/Cosmos.Hardware.PC/Processor.cs
kudzu_cp bec1a510fa
2008-01-26 17:41:35 +00:00

9 lines
188 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Hardware.PC {
class Processor : Cosmos.Hardware.Processor {
}
}