X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2Fioutil.h;h=f060aab0906e1be328a465a8ef578a560385c6bb;hb=9542cb7c3d9f4b66d2df3d8412a73d008077ab86;hp=8cd9157b750ef8b2002f28b249b43d47a1041ea5;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/helper/ioutil.h b/src/helper/ioutil.h index 8cd9157b75..f060aab090 100644 --- a/src/helper/ioutil.h +++ b/src/helper/ioutil.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_IOUTILS_H -#define HELPER_IOUTILS_H +#ifndef OPENOCD_HELPER_IOUTIL_H +#define OPENOCD_HELPER_IOUTIL_H struct command_context; int ioutil_init(struct command_context *cmd_ctx); -#endif /* HELPER_IOUTILS_H */ +#endif /* OPENOCD_HELPER_IOUTIL_H */