diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-11 11:05:46 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-03-11 11:05:46 +0900 |
commit | f4612798a1ca33e4c9b5b9152f4b9b3b23a2da58 (patch) | |
tree | 852f617cf2d5329f6c0511190806516e026a56d8 /arch/arm/mach-exynos4/include/mach/hardware.h | |
parent | a5abba989deceb731047425812d268daf7536575 (diff) | |
parent | 30d8bead5a309492d1dae2f6511a0465fe6ad05e (diff) |
Merge branch 'next-exynos4' into for-next
Diffstat (limited to 'arch/arm/mach-exynos4/include/mach/hardware.h')
-rw-r--r-- | arch/arm/mach-exynos4/include/mach/hardware.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/include/mach/hardware.h b/arch/arm/mach-exynos4/include/mach/hardware.h new file mode 100644 index 000000000000..5109eb232f23 --- /dev/null +++ b/arch/arm/mach-exynos4/include/mach/hardware.h @@ -0,0 +1,18 @@ +/* linux/arch/arm/mach-exynos4/include/mach/hardware.h + * + * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. + * http://www.samsung.com + * + * EXYNOS4 - Hardware support + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. +*/ + +#ifndef __ASM_ARCH_HARDWARE_H +#define __ASM_ARCH_HARDWARE_H __FILE__ + +/* currently nothing here, placeholder */ + +#endif /* __ASM_ARCH_HARDWARE_H */ |