summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-rmobile/rmobile.h
blob: a3468e9367460494b8a5e697e85f09f7edbdeb46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ASM_ARCH_RMOBILE_H
#define __ASM_ARCH_RMOBILE_H

#if defined(CONFIG_RMOBILE)
#if defined(CONFIG_SH73A0)
#include <asm/arch/sh73a0.h>
#else
#error "SOC Name not defined"
#endif
#endif /* CONFIG_RMOBILE */

#endif /* __ASM_ARCH_RMOBILE_H */
OpenPOWER on IntegriCloud