Cosmos/source/Kernel-X86/30-HAL/Cosmos.HAL/Devices/Processor.cs
2017-08-07 17:02:43 -04:00

8 lines
157 B
C#

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