Cosmos/source/Kernel-X86/30-HAL/Cosmos.HAL/Devices/Device.cs

8 lines
145 B
C#

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