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

bdc_ep.h (405B)


      1/* SPDX-License-Identifier: GPL-2.0+ */
      2/*
      3 * bdc_ep.h - header for the BDC debug functions
      4 *
      5 * Copyright (C) 2014 Broadcom Corporation
      6 *
      7 * Author: Ashwini Pahuja
      8 */
      9#ifndef __LINUX_BDC_EP_H__
     10#define __LINUX_BDC_EP_H__
     11
     12int bdc_init_ep(struct bdc *bdc);
     13int bdc_ep_disable(struct bdc_ep *ep);
     14int bdc_ep_enable(struct bdc_ep *ep);
     15void bdc_free_ep(struct bdc *bdc);
     16
     17#endif /* __LINUX_BDC_EP_H__ */