mirror of
https://github.com/MobileTooling/UnifiedFlashingPlatform.git
synced 2026-07-27 12:48:47 -07:00
9 lines
128 B
C#
9 lines
128 B
C#
namespace Img2Ffu.Reader.Enums
|
|
{
|
|
public enum DiskAccessMethod
|
|
{
|
|
DISK_BEGIN = 0,
|
|
DISK_END = 2
|
|
}
|
|
}
|