cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

dsp_hwec.h (280B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * dsp_hwec.h
      4 */
      5
      6extern struct mISDN_dsp_element *dsp_hwec;
      7extern void dsp_hwec_enable(struct dsp *dsp, const char *arg);
      8extern void dsp_hwec_disable(struct dsp *dsp);
      9extern int  dsp_hwec_init(void);
     10extern void dsp_hwec_exit(void);