X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fflash%2Fnor%2Fimp.h;h=87475a39c7ca64f77a5a7e9275e98b7fa7fc750a;hb=c239ee020bf0ce8a25b7558193b73f1939b901e2;hp=de1bc9e56ee845f1b2e5434b5cf80da95f6469ad;hpb=bc8be110ff314cab0e09792a05b6871672c18302;p=openocd.git diff --git a/src/flash/nor/imp.h b/src/flash/nor/imp.h index de1bc9e56e..87475a39c7 100644 --- a/src/flash/nor/imp.h +++ b/src/flash/nor/imp.h @@ -12,17 +12,16 @@ * 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 FLASH_NOR_IMP_H -#define FLASH_NOR_IMP_H -// this is an internal header +#ifndef OPENOCD_FLASH_NOR_IMP_H +#define OPENOCD_FLASH_NOR_IMP_H + +/* this is an internal header */ #include "core.h" #include "driver.h" -// almost all drivers will need this file +/* almost all drivers will need this file */ #include /** @@ -47,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 */