mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-14 19:25:53 +00:00
12 lines
172 B
C
12 lines
172 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2017 NXP
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_MX8M_GPIO_H
|
|
#define __ASM_ARCH_MX8M_GPIO_H
|
|
|
|
#include <asm/mach-imx/gpio.h>
|
|
|
|
#endif
|