aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Bsd/BsdIoctl.cs
blob: 15fc7a82785d3f15d5ceead6e50a60ff9fce82c1 (plain) (blame)
1
2
3
4
5
6
7
namespace Ryujinx.HLE.HOS.Services.Bsd
{
    enum BsdIoctl
    {
        AtMark = 0x40047307,
    }
}