blob: f597da21c9cf37b0095c8cf3a4772efc1d6060b3 [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_IPC_REGISTER_TEST_SUPPORT_H_
#define SRC_DEVELOPER_DEBUG_IPC_REGISTER_TEST_SUPPORT_H_
#include "src/developer/debug/ipc/records.h"
namespace debug_ipc {
// Creates a register with a data pattern within it. The pattern will 0x010203 ... (little-endian).
Register CreateRegisterWithTestData(RegisterID id, size_t length);
} // namespace debug_ipc
#endif // SRC_DEVELOPER_DEBUG_IPC_REGISTER_TEST_SUPPORT_H_