summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-11-12 06:29:30 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-11-12 06:29:30 +0000
commit31006278189f03155a4938e712fd31794c79ec50 (patch)
tree58b853d42254e7e6d42cdff2a5942f898c3bb6d3 /sys
parent9cc6d25a5f671ebcee221bbb62594152f305b3e4 (diff)
remove unused arm64_machdep.h
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/arm64/arm64/arm64_machdep.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys/arch/arm64/arm64/arm64_machdep.h b/sys/arch/arm64/arm64/arm64_machdep.h
deleted file mode 100644
index 951b21bf31c..00000000000
--- a/sys/arch/arm64/arm64/arm64_machdep.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* $OpenBSD: arm64_machdep.h,v 1.2 2017/08/27 12:42:22 kettenis Exp $ */
-/*
- * Copyright (c) 2016 Patrick Wildt <patrick@blueri.se>
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-#ifndef __ARM64_MACHDEP_H__
-#define __ARM64_MACHDEP_H__
-
-extern void (*cpuresetfn)(void);
-extern void (*powerdownfn)(void);
-
-#endif /* __ARM64_MACHDEP_H__ */