blob: fc79d2ca0e2d307421b375c9ee2b13a25c00a1d8 [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_FORENSICS_FEEDBACK_DATA_ATTACHMENTS_STATIC_ATTACHMENTS_H_
#define SRC_DEVELOPER_FORENSICS_FEEDBACK_DATA_ATTACHMENTS_STATIC_ATTACHMENTS_H_
#include "src/developer/forensics/feedback_data/attachments/types.h"
namespace forensics {
namespace feedback_data {
// Synchronously fetches the static attachments, i.e. the attachments that don't change during a
// boot cycle.
Attachments GetStaticAttachments(const AttachmentKeys& allowlist);
} // namespace feedback_data
} // namespace forensics
#endif // SRC_DEVELOPER_FORENSICS_FEEDBACK_DATA_ATTACHMENTS_STATIC_ATTACHMENTS_H_