blob: ce06eb4b28c692fbf150f55b6e0d32529207d15e [file] [log] [blame]
// Copyright 2023 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.
library fuchsia.hardware.audio;
alias ClockDomain = uint32;
const CLOCK_DOMAIN_MONOTONIC ClockDomain = 0x00000000;
const CLOCK_DOMAIN_EXTERNAL ClockDomain = 0xFFFFFFFF;