Cosmos/source2/Kernel/System/Hardware/Cosmos.Hardware/RTC.cs
kudzu_cp d9faefc9c0
2010-08-25 02:50:55 +00:00

9 lines
167 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Hardware {
public class RTC : Device {
}
}