X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Futil.h;h=c9a11ddac533c2ea68a603ee397cb0f17fea42a2;hp=267477ad3be423b6db365f3188fff0df8388726a;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hpb=630fc86ee339aa400f58fe80cbc5a1926eb3ef39 diff --git a/src/helper/util.h b/src/helper/util.h index 267477ad3b..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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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 */