blob: a63ca2c8cf344c7e7c2f49fcecb97992702c88d6 [file] [log] [blame]
// Copyright 2018 The Fuchsia 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 SRC_DEVELOPER_DEBUG_DEBUG_AGENT_ARCH_PROVIDER_X64_H_
#define SRC_DEVELOPER_DEBUG_DEBUG_AGENT_ARCH_PROVIDER_X64_H_
#include "src/developer/debug/debug_agent/arch_provider_fuchsia.h"
namespace debug_agent {
namespace arch {
class ArchProviderX64 : public ArchProviderFuchsia {
public:
};
} // namespace arch
} // namespace debug_agent
#endif // SRC_DEVELOPER_DEBUG_DEBUG_AGENT_ARCH_PROVIDER_X64_H_