Cosmos/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/Devices/Processor.cs
2017-08-07 14:31:18 -04:00

8 lines
156 B
C#

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