blob: 895974efee1393dbcac212c1981434eb4bf56d41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Copyright (c) 2014 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.
*/
#include "gpio.h"
#include "registers.h"
#include "util.h"
/* To define the gpio_list[] instance. */
#include "gpio_list.h"
|