summaryrefslogtreecommitdiff
path: root/firmware/export/pcm-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcm-internal.h')
-rw-r--r--firmware/export/pcm-internal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/export/pcm-internal.h b/firmware/export/pcm-internal.h
index abe3fe08dc..397cf6832f 100644
--- a/firmware/export/pcm-internal.h
+++ b/firmware/export/pcm-internal.h
@@ -29,13 +29,6 @@
29 ({ (start) = (void *)(((uintptr_t)(start) + 3) & ~3); \ 29 ({ (start) = (void *)(((uintptr_t)(start) + 3) & ~3); \
30 (size) &= ~3; }) 30 (size) &= ~3; })
31 31
32struct pcm_peaks
33{
34 long period;
35 long tick;
36 uint16_t val[2];
37};
38
39void pcm_do_peak_calculation(struct pcm_peaks *peaks, bool active, 32void pcm_do_peak_calculation(struct pcm_peaks *peaks, bool active,
40 const void *addr, int count); 33 const void *addr, int count);
41 34