blob: e1b0e6ae48112cdb4ec2f049ad9bda9a9db08b7e [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_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 crash_reports
} // namespace forensics
#endif // SRC_DEVELOPER_FORENSICS_CRASH_REPORTS_REPORT_ID_H_