X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Futil.h;h=c9a11ddac533c2ea68a603ee397cb0f17fea42a2;hp=48db725cf35f0640cdf83e120d0e7f41c469aa7a;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/helper/util.h b/src/helper/util.h index 48db725cf3..c9a11ddac5 100644 --- a/src/helper/util.h +++ b/src/helper/util.h @@ -12,16 +12,14 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef HELPER_UTILS_H -#define HELPER_UTILS_H +#ifndef OPENOCD_HELPER_UTIL_H +#define OPENOCD_HELPER_UTIL_H struct command_context; int util_init(struct command_context *cmd_ctx); -#endif /* HELPER_UTILS_H */ +#endif /* OPENOCD_HELPER_UTIL_H */