target/xtensa: avoid IHI for writes to non-executable memory
[openocd.git] / src / hello.h
blob1a087b1bade8ce3749dda32184a3d68be9697306
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;
12 /**
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 */