Cosmos/source/Kernel-X86/30-HAL/Cosmos.HAL/Globals.cs

9 lines
179 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Cosmos.HAL {
static public class Globals {
static public DeviceMgr DeviceMgr;
}
}