summaryrefslogtreecommitdiff
path: root/arch/arm/mach-shark/include/mach/system.h
blob: 2cc363a3cd909391a86f25719c8816c83da399ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * arch/arm/mach-shark/include/mach/system.h
 *
 * by Alexander Schulz
 */
#ifndef __ASM_ARCH_SYSTEM_H
#define __ASM_ARCH_SYSTEM_H

static inline void arch_reset(char mode, const char *cmd)
{
}

static inline void arch_idle(void)
{
}

#endif