mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-14 19:26:28 +02:00
7 lines
105 B
C#
7 lines
105 B
C#
namespace Ryujinx.HLE.HOS.Services.Bsd
|
|
{
|
|
enum BsdIoctl
|
|
{
|
|
AtMark = 0x40047307,
|
|
}
|
|
}
|