OpenOCD
hello.h
Go to the documentation of this file.
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
16
extern
const
struct
command_registration
hello_command_handlers
[];
17
18
#endif
/* OPENOCD_HELLO_H */
hello_command_handlers
const struct command_registration hello_command_handlers[]
Export the registration for the hello command group, so it can be embedded in example drivers.
Definition:
hello.c:85
command_registration
Definition:
command.h:228
src
hello.h
Generated by
1.9.1