// Copyright 2012 the V8 project authors. All rights reserved.// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.#ifndef V8_ARM_INTERFACE_DESCRIPTORS_ARM_H_#define V8_ARM_INTERFACE_DESCRIPTORS_ARM_H_#include "src/interface-descriptors.h"namespacev8{namespaceinternal{classPlatformInterfaceDescriptor{public:explicitPlatformInterfaceDescriptor(TargetAddressStorageModestorage_mode):storage_mode_(storage_mode){}TargetAddressStorageModestorage_mode(){returnstorage_mode_;}private:TargetAddressStorageModestorage_mode_;};}}// namespace v8::internal#endif // V8_ARM_INTERFACE_DESCRIPTORS_ARM_H_