mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
10 lines
144 B
C#
10 lines
144 B
C#
namespace Cosmos.System.FileSystem.FAT
|
|
{
|
|
internal enum FatKind
|
|
{
|
|
Unkown,
|
|
Fat12,
|
|
Fat16,
|
|
Fat32
|
|
}
|
|
}
|