mac80211: move frame TX function
[linux/fpc-iii.git] / arch / arm / mach-aaec2000 / include / mach / system.h
blob8f4115d734ce18832d005a31086694d643def027
1 /*
2 * arch/arm/mach-aaed2000/include/mach/system.h
4 * Copyright (c) 2005 Nicolas Bellido Y Ortega
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
11 #ifndef __ASM_ARCH_SYSTEM_H
12 #define __ASM_ARCH_SYSTEM_H
14 static inline void arch_idle(void)
16 cpu_do_idle();
19 static inline void arch_reset(char mode)
21 cpu_reset(0);
24 #endif /* __ASM_ARCH_SYSTEM_H */