diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2015-10-10 05:42:01 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2016-08-17 10:25:34 +0900 |
commit | 7a7d246d97bc66e01bf030b0503b14f78f08629d (patch) | |
tree | fb3a1cfac8b3f45b4ca1ce09ac9e2e51481afeae /arch/arm/mach-rmobile/include/mach/sys_proto.h | |
parent | badbb63c2c29738a2956504126a30ddb14ca34c1 (diff) |
ARM: rmobile: Move SoC headers to mach-rmobile/include/mach
Move form arch/arm/include/asm/arch-rmobile/ to arch/arm/mach-rmobile/include/mach/.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile/include/mach/sys_proto.h')
-rw-r--r-- | arch/arm/mach-rmobile/include/mach/sys_proto.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/include/mach/sys_proto.h b/arch/arm/mach-rmobile/include/mach/sys_proto.h new file mode 100644 index 0000000000..326f6b1481 --- /dev/null +++ b/arch/arm/mach-rmobile/include/mach/sys_proto.h @@ -0,0 +1,16 @@ +/* + * (C) Copyright 2010 + * Texas Instruments, <www.ti.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef _SYS_PROTO_H_ +#define _SYS_PROTO_H_ + +struct rmobile_sysinfo { + char *board_string; +}; +extern const struct rmobile_sysinfo sysinfo; + +#endif |