blob: bf5e22a097cc4669ed45af478f610365761f2a59 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __ASM_ARCH_RMOBILE_H
#define __ASM_ARCH_RMOBILE_H
#if defined(CONFIG_RMOBILE)
#error "SOC Name not defined"
#endif /* CONFIG_RMOBILE */
#endif /* __ASM_ARCH_RMOBILE_H */
|