X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ffpga.h;h=ac24f2b27395ccc658adacbe1d7a6ad9d2246032;hb=7816f2cf813326505970922021b3ed6490863e78;hp=a48b89b3c5f1e37d24d74d205128fbf952ea22bc;hpb=6d0f6bcf337c5261c08fabe12982178c2c489d76;p=u-boot diff --git a/include/fpga.h b/include/fpga.h index a48b89b3c5..ac24f2b273 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -61,6 +61,7 @@ typedef enum { /* typedef fpga_type */ fpga_min_type, /* range check value */ fpga_xilinx, /* Xilinx Family) */ fpga_altera, /* unimplemented */ + fpga_lattice, /* Lattice family */ fpga_undefined /* invalid range check value */ } fpga_type; /* end, typedef fpga_type */ @@ -71,7 +72,7 @@ typedef struct { /* typedef fpga_desc */ /* root function definitions */ -extern void fpga_init( ulong reloc_off ); +extern void fpga_init( void ); extern int fpga_add( fpga_type devtype, void *desc ); extern int fpga_count( void ); extern int fpga_load( int devnum, void *buf, size_t bsize );