X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fopenocd.h;h=1c2a633c768cedf602a2b01c246d4d77522d5f5f;hb=5e7612eb4c87e8e7a7000b42ff5d0f7e5c70fc42;hp=1bf6b7e6f1a06e8634ed0485a87aa95fd6a85088;hpb=4088b1e622cff0673f2859de5ee611da736bdba7;p=fw%2Fopenocd diff --git a/src/openocd.h b/src/openocd.h index 1bf6b7e6f..1c2a633c7 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -1,27 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + /*************************************************************************** * Copyright (C) 2005 by Dominic Rath * * Copyright (C) 2009 by Zachary T Welch * - * * - * 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. * ***************************************************************************/ -#ifndef OPENOCD_H -#define OPENOCD_H +#ifndef OPENOCD_OPENOCD_H +#define OPENOCD_OPENOCD_H -/** +/** * Different applications can define this entry point to override * the default openocd main function. On most systems, this will be * defined in src/openocd.c. @@ -31,9 +18,4 @@ */ int openocd_main(int argc, char *argv[]); -/// used by the server_loop() function in src/server/server.c -void openocd_sleep_prelude(void); -/// used by the server_loop() function in src/server/server.c -void openocd_sleep_postlude(void); - -#endif +#endif /* OPENOCD_OPENOCD_H */