#ifndef __ASM_ARCH_SYSTEM_H #define __ASM_ARCH_SYSTEM_H static inline void arch_idle(void) { cpu_do_idle(); } static inline void arch_reset(char mode, const char *cmd) { cpu_reset(0); } #endif
您还没有登录,登录后您可以:
首次使用?从这里 注册