mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
12 lines
185 B
C
12 lines
185 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright 2021 NXP
|
||
|
*/
|
||
|
|
||
|
#ifndef __ARCH_IMX8ULP_SYS_PROTO_H
|
||
|
#define __ARCH_NMX8ULP_SYS_PROTO_H
|
||
|
|
||
|
#include <asm/mach-imx/sys_proto.h>
|
||
|
|
||
|
#endif
|