artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f645a18
)
fix prototype; iosf_i2c_relese -> iosf_i2c_release
author
jsg
<jsg@openbsd.org>
Sat, 11 May 2024 14:49:56 +0000
(14:49 +0000)
committer
jsg
<jsg@openbsd.org>
Sat, 11 May 2024 14:49:56 +0000
(14:49 +0000)
sys/dev/ic/iosfvar.h
patch
|
blob
|
history
diff --git
a/sys/dev/ic/iosfvar.h
b/sys/dev/ic/iosfvar.h
index
a0c2417
..
a23c963
100644
(file)
--- a/
sys/dev/ic/iosfvar.h
+++ b/
sys/dev/ic/iosfvar.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: iosfvar.h,v 1.
1 2023/04/23 00:20:26 dl
g Exp $ */
+/* $OpenBSD: iosfvar.h,v 1.
2 2024/05/11 14:49:56 js
g Exp $ */
/*
* Copyright (c) 2023 David Gwynne <dlg@openbsd.org>
@@
-43,7
+43,7
@@
int iosf_mbi_available(void);
/* for i2c */
int iosf_i2c_acquire(int);
-void iosf_i2c_relese(int);
+void iosf_i2c_rele
a
se(int);
/* for drm to coordinate with the rest of the kernel */
void iosf_mbi_punit_acquire(void);