summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/libbug/m88k/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/stand/libbug/m88k/prom.h')
-rw-r--r--sys/arch/mvme68k/stand/libbug/m88k/prom.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/stand/libbug/m88k/prom.h b/sys/arch/mvme68k/stand/libbug/m88k/prom.h
deleted file mode 100644
index 4048e86eaff..00000000000
--- a/sys/arch/mvme68k/stand/libbug/m88k/prom.h
+++ /dev/null
@@ -1,3 +0,0 @@
-#define MVMEPROM_CALL(x) \
- asm volatile ( __CONCAT("or r9,r0," __STRING(x)) ); \
- asm volatile ("tb0 0,r0,496");