X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2Fsystem.h;h=97b3443bedb543ac5351ffd0a82fa0aa91ad3236;hp=a6dfd7ec1dd8bb25b268a754a8ac971f0081b1a1;hb=5be455a710c57bbbbd49c2d671b42098db7be5dc;hpb=c1c4a6dd7f5f08cd801a323f1473d1a92543e336 diff --git a/src/helper/system.h b/src/helper/system.h index a6dfd7ec1d..97b3443bed 100644 --- a/src/helper/system.h +++ b/src/helper/system.h @@ -15,13 +15,11 @@ * 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 SYSTEM_H -#define SYSTEM_H +#ifndef OPENOCD_HELPER_SYSTEM_H +#define OPENOCD_HELPER_SYSTEM_H /* standard C library header files */ #include @@ -88,4 +86,4 @@ #define false 0 #endif -#endif /* SYSTEM_H */ +#endif /* OPENOCD_HELPER_SYSTEM_H */