REFACTOR: Fixed MOST name inconsistencies.

This commit is contained in:
2017-12-20 17:15:26 +00:00
parent 542520f5cd
commit a4650c61aa
428 changed files with 16205 additions and 16320 deletions

View File

@@ -61,7 +61,7 @@ namespace DiscImageChef.Devices.Linux
/// <summary>
/// O_NOCTTY
/// </summary>
NoControlTTY = 00000400,
NoControlTty = 00000400,
/// <summary>
/// O_TRUNC
/// </summary>
@@ -143,10 +143,10 @@ namespace DiscImageChef.Devices.Linux
enum LinuxIoctl : uint
{
// SCSI IOCtls
SG_GET_VERSION_NUM = 0x2282,
SG_IO = 0x2285,
SgGetVersionNum = 0x2282,
SgIo = 0x2285,
// MMC IOCtl
MMC_IOC_CMD = 0xC048B300
MmcIocCmd = 0xC048B300
}
[Flags]