blob: 4f4cc5d84c4676dd025fa03102bf37154f6d87d0 [file] [log] [blame]
// Copyright 2020 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_FEEDBACK_FEEDBACK_DATA_ATTACHMENTS_STATIC_ATTACHMENTS_H_
#define SRC_DEVELOPER_FEEDBACK_FEEDBACK_DATA_ATTACHMENTS_STATIC_ATTACHMENTS_H_
#include "src/developer/feedback/feedback_data/attachments/types.h"
namespace feedback {
// Synchronously fetches the static attachments, i.e. the attachments that don't change during a
// boot cycle.
Attachments GetStaticAttachments(const AttachmentKeys& allowlist);
} // namespace feedback
#endif // SRC_DEVELOPER_FEEDBACK_FEEDBACK_DATA_ATTACHMENTS_STATIC_ATTACHMENTS_H_