blob: 8dc3857cc1e23c7a5d06cdcd44b8684b92541a83 [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_GPIO_H_
#define DDK_METADATA_GPIO_H_
typedef struct {
uint32_t pin;
} gpio_pin_t;
#endif // DDK_METADATA_GPIO_H_