blob: 4af69190b7371362170949ebacab88aeef6b0d33 [file] [log] [blame]
wdenke65527f2004-02-12 00:47:09 +00001#ifndef __ASM_M68K_PROCESSOR_H
2#define __ASM_M68K_PROCESSOR_H
3
4#include <asm/ptrace.h>
5#include <asm/types.h>
6
7#define _GLOBAL(n)\
8 .globl n;\
9n:
10
11/* Macros for setting and retrieving special purpose registers */
12#define setvbr(v) asm volatile("movec %0,%%VBR" : : "r" (v))
13
wdenke65527f2004-02-12 00:47:09 +000014#endif /* __ASM_M68K_PROCESSOR_H */