blob: 8c89ba33571aaf79f94ccb8049fb0683f761ba50 [file] [log] [blame]
/*
* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
* Alternatively, this software may be distributed under the terms of the
* GNU General Public License ("GPL") version 2 as published by the Free
* Software Foundation.
*/
/* Implementation of per-board GPIO accessor functions */
#include <common.h>
#include <cros/cros_gpio.h>
int cros_gpio_fetch(enum cros_gpio_index index, cros_gpio_t *gpio)
{
/* TODO(chromium-os:28077) Implement cros_gpio_fetch */
return -1;
}