blob: 0ba087f8e38571590e61cdb465d6fec3cf7e698d [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_LAST_REBOOT_MAIN_H_
#define SRC_DEVELOPER_FORENSICS_LAST_REBOOT_MAIN_H_
namespace forensics {
namespace last_reboot {
int main();
} // namespace last_reboot
} // namespace forensics
#endif // SRC_DEVELOPER_FORENSICS_LAST_REBOOT_MAIN_H_