system.h 273 B

12345678910111213141516
  1. /*
  2. * arch/arm/mach-shark/include/mach/system.h
  3. *
  4. * by Alexander Schulz
  5. */
  6. #ifndef __ASM_ARCH_SYSTEM_H
  7. #define __ASM_ARCH_SYSTEM_H
  8. /* Found in arch/mach-shark/core.c */
  9. extern void arch_reset(char mode, const char *cmd);
  10. static inline void arch_idle(void)
  11. {
  12. }
  13. #endif