OpenOCD
openocd.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (C) 2005 by Dominic Rath <Dominic.Rath@gmx.de> *
5  * Copyright (C) 2009 by Zachary T Welch <zw@superlucidity.net> *
6  ***************************************************************************/
7 
8 #ifndef OPENOCD_OPENOCD_H
9 #define OPENOCD_OPENOCD_H
10 
19 int openocd_main(int argc, char *argv[]);
20 
21 #endif /* OPENOCD_OPENOCD_H */
int openocd_main(int argc, char *argv[])
Different applications can define this entry point to override the default openocd main function.
Definition: openocd.c:327