blob: 66c0010a6eed1d6835a597f9ceaa58cecfbff174 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#ifndef ZIRCON_KERNEL_PHYS_PHYSBOOT_H_
#define ZIRCON_KERNEL_PHYS_PHYSBOOT_H_
class PhysBootTimes;
extern PhysBootTimes gBootTimes;
#endif // ZIRCON_KERNEL_PHYS_PHYSBOOT_H_