| // 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_ |