You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
139 B
9 lines
139 B
18 years ago
|
#ifndef __ASMARM_ARCH_SCU_H
|
||
|
#define __ASMARM_ARCH_SCU_H
|
||
|
|
||
|
#include <asm/arch/platform.h>
|
||
|
|
||
|
#define SCU_BASE REALVIEW_MPCORE_SCU_BASE
|
||
|
|
||
|
#endif
|