blob: 5664f4f728e30297a65cfb6826694252b72f8dda [file] [log] [blame]
// Copyright 2019 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.
#ifndef DDK_METADATA_CLOCK_H_
#define DDK_METADATA_CLOCK_H_
typedef struct {
uint32_t clock_id;
} clock_id_t;
#endif // DDK_METADATA_CLOCK_H_