blob: 018a18bc891e091d1c3a3c65715d2045e6a11912 [file] [log] [blame]
//
// 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;
}
}