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

altera-exprt.h (468B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * altera-exprt.h
      4 *
      5 * altera FPGA driver
      6 *
      7 * Copyright (C) Altera Corporation 1998-2001
      8 * Copyright (C) 2010 NetUP Inc.
      9 * Copyright (C) 2010 Igor M. Liplianin <liplianin@netup.ru>
     10 */
     11
     12#ifndef ALTERA_EXPRT_H
     13#define ALTERA_EXPRT_H
     14
     15
     16u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version);
     17int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
     18
     19#endif /* ALTERA_EXPRT_H */