add SDHC support in mmc driver
[u-boot-openmoko/mini2440.git] / include / asm-m68k / processor.h
blob3fafa6ff1a8d3151e5fe437fbdbf3c8cc96881ea
1 #ifndef __ASM_M68K_PROCESSOR_H
2 #define __ASM_M68K_PROCESSOR_H
4 #include <asm/ptrace.h>
5 #include <asm/types.h>
7 #define _GLOBAL(n)\
8 .globl n;\
9 n:
11 /* Macros for setting and retrieving special purpose registers */
12 #define setvbr(v) asm volatile("movec %0,%%VBR" : : "r" (v))
14 #ifndef __ASSEMBLY__
16 #endif /* ifndef ASSEMBLY*/
18 #endif /* __ASM_M68K_PROCESSOR_H */