mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added IOCTL skeletons.
This commit is contained in:
13
DiscImageChef.Devices/Enums.cs
Normal file
13
DiscImageChef.Devices/Enums.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace DiscImageChef.Devices
|
||||
{
|
||||
public class Enums
|
||||
{
|
||||
public enum ScsiCommands : byte
|
||||
{
|
||||
Inquiry = 0x12
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user