Cosmos/source/Kernel-X86/20-Platform/Cosmos.Platform.PC/DeviceMgr.cs
2017-08-07 14:28:08 -04:00

8 lines
155 B
C#

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