mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
11 lines
251 B
C
11 lines
251 B
C
|
/*
|
||
|
* Copyright 2015, Freescale Semiconductor
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_ARMV8_FSL_LAYERSCAPE_MMU_H_
|
||
|
#define _ASM_ARMV8_FSL_LAYERSCAPE_MMU_H_
|
||
|
#include <asm/arch-armv8/mmu.h>
|
||
|
#endif /* _ASM_ARMV8_FSL_LAYERSCAPE_MMU_H_ */
|