blob: dfd321cc7d2f4489660636be0e5a7a8e579d4261 [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 SRC_LIB_DDK_INCLUDE_DDK_METADATA_POWER_H_
#define SRC_LIB_DDK_INCLUDE_DDK_METADATA_POWER_H_
typedef struct {
uint32_t index;
} power_domain_t;
#endif // SRC_LIB_DDK_INCLUDE_DDK_METADATA_POWER_H_