// // Copyright (c) 2010-2022 Antmicro // // This file is licensed under the MIT License. // Full license text is available in 'licenses/MIT.txt'. // using Antmicro.Renode.Utilities; namespace Antmicro.Renode.Peripherals { public class ReferencedType { public static long Size => 0x100; } }