summaryrefslogtreecommitdiff
path: root/kernel/hpec/hpec.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/hpec/hpec.h')
-rw-r--r--kernel/hpec/hpec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/hpec/hpec.h b/kernel/hpec/hpec.h
index 50e595b..e1e0bea 100644
--- a/kernel/hpec/hpec.h
+++ b/kernel/hpec/hpec.h
@@ -41,7 +41,7 @@ struct echo_can_state __attribute__((regparm(0))) *hpec_channel_alloc(unsigned i
void __attribute__((regparm(0))) hpec_channel_free(struct echo_can_state *channel);
-void __attribute__((regparm(0))) hpec_channel_update(struct echo_can_state *channel, short *iref, short *isig);
+void __attribute__((regparm(0))) hpec_channel_update(struct echo_can_state *channel, short *isig, short *iref);
#endif /* !defined(_HPEC_H) */