blob: a90bbb793403849a120f03df24faf6a730d54736 [file] [log] [blame]
// Copyright 2020 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.pwm;
extend uint fuchsia.BIND_PROTOCOL {
PWM = 127,
PWM_IMPL = 128,
};
extend uint fuchsia.BIND_INIT_STEP {
PWM = 0x004D5750,
};