X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fspartan2.h;h=087a27d3cc0482d7705672aaa143446a2b45a3fd;hb=aafd2c5ddb9078c425c2edb8a6b5f5017895bea3;hp=8959f90f0edd1c6120b6c0faf38d07a6d9645509;hpb=6385b28116f775da4771b768ba9bf93c3aaaf26e;p=oweals%2Fu-boot.git diff --git a/include/spartan2.h b/include/spartan2.h index 8959f90f0e..087a27d3cc 100644 --- a/include/spartan2.h +++ b/include/spartan2.h @@ -2,24 +2,7 @@ * (C) Copyright 2002 * Rich Ireland, Enterasys Networks, rireland@enterasys.com. * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA - * + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef _SPARTAN2_H_ @@ -27,9 +10,9 @@ #include -extern int Spartan2_load( Xilinx_desc *desc, void *image, size_t size ); -extern int Spartan2_dump( Xilinx_desc *desc, void *buf, size_t bsize ); -extern int Spartan2_info( Xilinx_desc *desc ); +extern int Spartan2_load(Xilinx_desc *desc, const void *image, size_t size); +extern int Spartan2_dump(Xilinx_desc *desc, const void *buf, size_t bsize); +extern int Spartan2_info(Xilinx_desc *desc); /* Slave Parallel Implementation function table */ typedef struct {