artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a69e4
)
correct a prototype
author
jsg
<jsg@openbsd.org>
Sun, 29 Sep 2024 09:25:37 +0000
(09:25 +0000)
committer
jsg
<jsg@openbsd.org>
Sun, 29 Sep 2024 09:25:37 +0000
(09:25 +0000)
sys/arch/arm64/dev/aplcpu.c
patch
|
blob
|
history
diff --git
a/sys/arch/arm64/dev/aplcpu.c
b/sys/arch/arm64/dev/aplcpu.c
index
3f3d69f
..
b537f76
100644
(file)
--- a/
sys/arch/arm64/dev/aplcpu.c
+++ b/
sys/arch/arm64/dev/aplcpu.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: aplcpu.c,v 1.
8 2023/07/13 08:33:36 kettenis Exp $
*/
+/* $OpenBSD: aplcpu.c,v 1.
9 2024/09/29 09:25:37 jsg Exp $
*/
/*
* Copyright (c) 2022 Mark Kettenis <kettenis@openbsd.org>
*
@@
-99,7
+99,7
@@
uint32_t aplcpu_opp_level(struct aplcpu_softc *, int);
int aplcpu_clockspeed(int *);
void aplcpu_setperf(int level);
void aplcpu_refresh_sensors(void *);
-void aplcpu_idle_cycle();
+void aplcpu_idle_cycle(
void
);
void aplcpu_deep_wfi(void);
int