mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
15 lines
267 B
C
15 lines
267 B
C
|
/*
|
||
|
* arch/arm/include/asm/arch-rmobile/r8a7794.h
|
||
|
*
|
||
|
* Copyright (C) 2014 Renesas Electronics Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_R8A7794_H
|
||
|
#define __ASM_ARCH_R8A7794_H
|
||
|
|
||
|
#include "rcar-base.h"
|
||
|
|
||
|
#endif /* __ASM_ARCH_R8A7794_H */
|