diff options
Diffstat (limited to 'arch/arm/mach-tegra/include/mach/system.h')
-rw-r--r-- | arch/arm/mach-tegra/include/mach/system.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/system.h b/arch/arm/mach-tegra/include/mach/system.h new file mode 100644 index 00000000000..7bc605e5dc8 --- /dev/null +++ b/arch/arm/mach-tegra/include/mach/system.h | |||
@@ -0,0 +1,34 @@ | |||
1 | /* | ||
2 | * arch/arm/mach-tegra/include/mach/system.h | ||
3 | * | ||
4 | * Copyright (C) 2010 Google, Inc. | ||
5 | * | ||
6 | * Author: | ||
7 | * Colin Cross <ccross@google.com> | ||
8 | * Erik Gilling <konkers@google.com> | ||
9 | * | ||
10 | * Copyright (C) 2010-2011 NVIDIA Corporation | ||
11 | * | ||
12 | * This software is licensed under the terms of the GNU General Public | ||
13 | * License version 2, as published by the Free Software Foundation, and | ||
14 | * may be copied, distributed, and modified under those terms. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | * | ||
21 | */ | ||
22 | |||
23 | #ifndef __MACH_TEGRA_SYSTEM_H | ||
24 | #define __MACH_TEGRA_SYSTEM_H | ||
25 | |||
26 | #include <mach/iomap.h> | ||
27 | |||
28 | extern void (*arch_reset)(char mode, const char *cmd); | ||
29 | |||
30 | static inline void arch_idle(void) | ||
31 | { | ||
32 | } | ||
33 | |||
34 | #endif | ||