X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fmflash.h;h=18da403618c1bf0553458836d70e35c16cbb16c2;hp=d1284ff894ebf01771c5c42ed5d3fc1bc4b16a1f;hb=9542cb7c3d9f4b66d2df3d8412a73d008077ab86;hpb=1e9f8836a1af5b35b5950a24b8f19b38318df532 diff --git a/src/flash/mflash.h b/src/flash/mflash.h index d1284ff894..18da403618 100644 --- a/src/flash/mflash.h +++ b/src/flash/mflash.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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ -#ifndef _MFLASH_H -#define _MFLASH_H +#ifndef OPENOCD_FLASH_MFLASH_H +#define OPENOCD_FLASH_MFLASH_H struct command_context; @@ -288,4 +286,4 @@ typedef enum _mg_opmode { mg_op_mode_stg = 0 /* Only Storage */ } mg_opmode; -#endif +#endif /* OPENOCD_FLASH_MFLASH_H */