1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /***************************************************************************
4 * Copyright (C) 2009 Zachary T Welch <zw@superlucidity.net> *
5 ***************************************************************************/
7 #ifndef OPENOCD_HELLO_H
8 #define OPENOCD_HELLO_H
10 struct command_registration
;
13 * Export the registration for the hello command group, so it can be
14 * embedded in example drivers.
16 extern const struct command_registration hello_command_handlers
[];
18 #endif /* OPENOCD_HELLO_H */