aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2023-07-24 16:58:14 +0000
committerAndrew Turner <andrew@FreeBSD.org>2023-07-24 16:58:14 +0000
commit835927fd8ed2b8cded87e2f5c95a0ab74ac4d811 (patch)
tree8e39e95dfd602c4b012d73e1930469b7fa33955b /sys/arm
parent04b153293554e0b4888a14cefb5c2942f93f63f3 (diff)
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/swi.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/sys/arm/include/swi.h b/sys/arm/include/swi.h
deleted file mode 100644
index b2caf5ee1c31..000000000000
--- a/sys/arm/include/swi.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* $NetBSD: swi.h,v 1.1 2002/01/13 15:03:06 bjh21 Exp $ */
-/* $FreeBSD$ */
-
-/*-
- * This file is in the Public Domain.
- * Ben Harris, 2002.
- */
-
-#ifndef _MACHINE_SWI_H_
-#define _MACHINE_SWI_H_
-
-#define SWI_OS_MASK 0xf00000
-#define SWI_OS_RISCOS 0x000000
-#define SWI_OS_RISCIX 0x800000
-#define SWI_OS_LINUX 0x900000
-#define SWI_OS_NETBSD 0xa00000
-#define SWI_OS_ARM 0xf00000
-
-#define SWI_IMB 0xf00000
-#define SWI_IMBrange 0xf00001
-
-#endif /* !_MACHINE_SWI_H_ */