system.h 182 B

12345678910111213
  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. static inline void arch_idle(void)
  9. {
  10. }
  11. #endif