13 lines
299 B
C
13 lines
299 B
C
/* Copyright 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"
|
|
|