mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
rk: move system.h from mach-rk30 to plat-rk
This commit is contained in:
@@ -1,13 +1 @@
|
||||
#ifndef __MACH_SYSTEM_H
|
||||
#define __MACH_SYSTEM_H
|
||||
|
||||
#include <asm/proc-fns.h>
|
||||
|
||||
static inline void arch_idle(void)
|
||||
{
|
||||
cpu_do_idle();
|
||||
}
|
||||
|
||||
extern void (*arch_reset)(char, const char *);
|
||||
|
||||
#endif
|
||||
#include <plat/system.h>
|
||||
|
||||
13
arch/arm/plat-rk/include/plat/system.h
Normal file
13
arch/arm/plat-rk/include/plat/system.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __PLAT_SYSTEM_H
|
||||
#define __PLAT_SYSTEM_H
|
||||
|
||||
#include <asm/proc-fns.h>
|
||||
|
||||
static inline void arch_idle(void)
|
||||
{
|
||||
cpu_do_idle();
|
||||
}
|
||||
|
||||
extern void (*arch_reset)(char, const char *);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user