From 30c59a00956142aafda87c0bdc71c46d1a2218ff Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Mon, 27 Mar 2017 23:33:40 +0900 Subject: add oscilloscope view --- libopna/opnatimer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libopna/opnatimer.h') diff --git a/libopna/opnatimer.h b/libopna/opnatimer.h index ad0fe0b..c7b9511 100644 --- a/libopna/opnatimer.h +++ b/libopna/opnatimer.h @@ -37,6 +37,8 @@ void opna_timer_set_mix_callback(struct opna_timer *timer, opna_timer_mix_cb_t func, void *userptr); void opna_timer_writereg(struct opna_timer *timer, unsigned reg, unsigned val); void opna_timer_mix(struct opna_timer *timer, int16_t *buf, unsigned samples); +struct oscillodata; +void opna_timer_mix_oscillo(struct opna_timer *timer, int16_t *buf, unsigned samples, struct oscillodata *oscillo); #ifdef __cplusplus } -- cgit v1.2.3