2016-02-20 19:52:35 -08:00
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2016 Travis Geiselbrecht
|
|
|
|
|
*
|
2019-07-05 17:22:23 -07:00
|
|
|
* Use of this source code is governed by a MIT-style
|
|
|
|
|
* license that can be found in the LICENSE file or at
|
|
|
|
|
* https://opensource.org/licenses/MIT
|
2016-02-20 19:52:35 -08:00
|
|
|
*/
|
2019-06-17 18:28:51 -07:00
|
|
|
#include <lk/err.h>
|
|
|
|
|
#include <lk/debug.h>
|
2016-02-20 19:52:35 -08:00
|
|
|
#include <target.h>
|
2019-06-17 18:28:51 -07:00
|
|
|
#include <lk/compiler.h>
|
2016-02-20 19:52:35 -08:00
|
|
|
#include <dev/gpio.h>
|
|
|
|
|
#include <platform/gpio.h>
|
|
|
|
|
|
|
|
|
|
#include "ti_driverlib.h"
|