mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
12 lines
221 B
C
12 lines
221 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* (C) Copyright 2018 Cisco Systems, Inc.
|
||
|
*
|
||
|
* Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
|
||
|
*/
|
||
|
|
||
|
#ifndef _BCMSTB_GPIO_H
|
||
|
#define _BCMSTB_GPIO_H
|
||
|
|
||
|
#endif /* _BCMSTB_GPIO_H */
|