blob: 65e222ee58cc5147ee53d579cf83f7f76b2cbce5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
using System.Runtime.InteropServices;
namespace Ryujinx.Horizon.Sdk.Settings.Factory
{
[StructLayout(LayoutKind.Sequential, Size = 0x6, Pack = 0x1)]
struct MacAddress
{
}
}
|