fbmem: fix horribly incorrect placement of __maybe_unused
[linux-2.6-microblaze.git] / drivers / misc / altera-stapl / altera-exprt.h
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
16 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version);
17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
18
19 #endif /* ALTERA_EXPRT_H */