blob: eb878e672e77bc8a5a6850c79f921f718915f165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2017 NXP
*/
#ifndef _ASM_ARCH_SYS_PROTO_H
#define _ASM_ARCH_SYS_PROTO_H
#include <asm/mach-imx/sys_proto.h>
#endif /* _ASM_ARCH_SYS_PROTO_H */
|