]> git.sur5r.net Git - openocd/blobdiff - src/flash/mflash.h
flash/nor/at91samd: add SAMR21E19A DID
[openocd] / src / flash / mflash.h
index d1284ff894ebf01771c5c42ed5d3fc1bc4b16a1f..18da403618c1bf0553458836d70e35c16cbb16c2 100644 (file)
  *   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 <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#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 */