Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
starnix
/
kernel
/
core
/
time
/
mod.rs
blob: 23fdf09270c5f1b99abaa30bd388af100705e23d [
file
] [
log
] [
blame
]
// Copyright 2023 The Fuchsia Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
///! The time module is responsible for managing the UTC clock of the kernel.
pub
mod
utc
;