Cosmos/source/KernelGen3/Cosmos.Platform/TempHack.cs
2017-07-19 12:54:21 -04:00

11 lines
216 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Cosmos.Platform {
static public class TempHack {
static public void Init() {
SATA.InitHAL();
}
}
}