]> git.gag.com Git - fw/openocd/blob - src/hello.h
target: consolidate existing target/algo common_magic
[fw/openocd] / src / hello.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 /***************************************************************************
4  *   Copyright (C) 2009 Zachary T Welch <zw@superlucidity.net>             *
5  ***************************************************************************/
6
7 #ifndef OPENOCD_HELLO_H
8 #define OPENOCD_HELLO_H
9
10 struct command_registration;
11
12 /**
13  * Export the registration for the hello command group, so it can be
14  * embedded in example drivers.
15  */
16 extern const struct command_registration hello_command_handlers[];
17
18 #endif /* OPENOCD_HELLO_H */