X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fimp.h;h=87475a39c7ca64f77a5a7e9275e98b7fa7fc750a;hb=c239ee020bf0ce8a25b7558193b73f1939b901e2;hp=31d098408c7f1680714d44d09c5faa8bafeb604f;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee;p=openocd.git diff --git a/src/flash/nor/imp.h b/src/flash/nor/imp.h index 31d098408c..87475a39c7 100644 --- a/src/flash/nor/imp.h +++ b/src/flash/nor/imp.h @@ -12,13 +12,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 FLASH_NOR_IMP_H -#define FLASH_NOR_IMP_H +#ifndef OPENOCD_FLASH_NOR_IMP_H +#define OPENOCD_FLASH_NOR_IMP_H /* this is an internal header */ #include "core.h" @@ -48,4 +46,4 @@ int flash_driver_read(struct flash_bank *bank, int flash_write_unlock(struct target *target, struct image *image, uint32_t *written, int erase, bool unlock); -#endif /* FLASH_NOR_IMP_H */ +#endif /* OPENOCD_FLASH_NOR_IMP_H */