X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fmflash.h;h=18da403618c1bf0553458836d70e35c16cbb16c2;hp=6f46c7bde8affff02d0a77605a505246295c413b;hb=8d748f426c7a9c750ffc7cabfbb87bc2cecd82d3;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/flash/mflash.h b/src/flash/mflash.h index 6f46c7bde8..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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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 */