blob: 1d8c8fc2986afe06e5def53c3529da1afc95f1b8 [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_POWER_H_
#define DDK_METADATA_POWER_H_
typedef struct {
uint32_t index;
} power_domain_t;
#endif // DDK_METADATA_POWER_H_