Cosmos/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/Devices/Processor.cs
2017-08-07 17:02:43 -04:00

8 lines
171 B
C#

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