blob: d51911661c51e661f1429fe43e7d6b448406c4c1 [file] [log] [blame]
// Copyright 2021 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.power;
extend uint fuchsia.BIND_PROTOCOL {
DEVICE = 0x48,
IMPL = 0x6E,
SENSOR = 0x97,
};
uint POWER_DOMAIN;