~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to roms/u-boot/board/matrix_vision/mvblx/fpga.h

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * (C) Copyright 2002
 
3
 * Rich Ireland, Enterasys Networks, rireland@enterasys.com.
 
4
 * Keith Outwater, keith_outwater@mvis.com.
 
5
 *
 
6
 * SPDX-License-Identifier:     GPL-2.0+
 
7
 */
 
8
 
 
9
extern int mvblx_init_fpga(void);
 
10
 
 
11
extern int fpga_status_fn(int cookie);
 
12
extern int fpga_config_fn(int assert, int flush, int cookie);
 
13
extern int fpga_done_fn(int cookie);
 
14
extern int fpga_wr_fn(const void *buf, size_t len, int flush, int cookie);
 
15
extern int fpga_null_fn(int cookie);