|
@@ -7,9 +7,11 @@
|
|
#ifndef __ASM_ARC_GLOBAL_DATA_H
|
|
#ifndef __ASM_ARC_GLOBAL_DATA_H
|
|
#define __ASM_ARC_GLOBAL_DATA_H
|
|
#define __ASM_ARC_GLOBAL_DATA_H
|
|
|
|
|
|
|
|
+#ifndef __ASSEMBLY__
|
|
/* Architecture-specific global data */
|
|
/* Architecture-specific global data */
|
|
struct arch_global_data {
|
|
struct arch_global_data {
|
|
};
|
|
};
|
|
|
|
+#endif /* __ASSEMBLY__ */
|
|
|
|
|
|
#include <asm-generic/global_data.h>
|
|
#include <asm-generic/global_data.h>
|
|
|
|
|