Cosmos/source/Kernel-X86/30-HAL/Cosmos.HAL/Devices/Device.cs
2017-08-07 14:30:19 -04:00

8 lines
145 B
C#

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