X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=a56%2Fa56.h;h=8e38dfe31c5eb13a055a7f834df0b5245e4b2a8f;hp=474688b9d41f6004b55a459e4d78fe1d1c331a1f;hb=3476f0775980849d62d61410359f476e410f1b03;hpb=e30ee6c7c8125494dc4a8e16fe7cf69b653f1219 diff --git a/a56/a56.h b/a56/a56.h index 474688b..8e38dfe 100644 --- a/a56/a56.h +++ b/a56/a56.h @@ -8,6 +8,25 @@ *******************************************************\ /* + * Copyright (C) 2008 Robert Millan + * + * This file 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 3 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, see + * . + * + * This file incorporates work covered by the following copyright and + * permission notice: + * * Copyright (C) 1990-1994 Quinn C. Jensen * * Permission to use, copy, modify, distribute, and sell this software @@ -92,3 +111,6 @@ FILE *open_read(), *open_write(), *open_append(); #define ASSERT(expr, str) \ if(expr) fprintf(stderr, "ASSERT: %s: line %d: %s\n", __FILE__, __LINE__, str); + +char *alloc (int size); +char *fixstring (char *s);