Cosmos/source2/Kernel/System/Hardware/Cosmos.Hardware/ATA.cs
kudzu_cp d0cdaffe55
2010-08-21 23:41:42 +00:00

9 lines
158 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Hardware {
public class ATA {
}
}