mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-23 23:55:54 +00:00
10 lines
174 B
C
10 lines
174 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (C) 2014 Stefan Roese <sr@denx.de>
|
||
|
*/
|
||
|
|
||
|
#ifndef _SOCFPGA_GPIO_H
|
||
|
#define _SOCFPGA_GPIO_H
|
||
|
|
||
|
#endif /* _SOCFPGA_GPIO_H */
|