blob: 5fe614cb395d37e6cf03ae7fc28966055bb69e36 [file]
// 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_CRASH_REPORTS_REPORT_ID_H_
#define SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_REPORT_ID_H_
#include <cstdint>
namespace forensics {
namespace crash_reports {
using ReportId = uint64_t;
}
} // namespace forensics
#endif // SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_REPORT_ID_H_