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