blob: 043ed31ed2a38735e0d1b7029dc8d245af2ee6a3 [file] [log] [blame]
// Copyright 2016 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
#pragma once
#include <sys/types.h>
#include <zircon/types.h>
zx_time_t ticks_to_nanos(uint64_t ticks);