target/armv7m: rework Cortex-M register handling part 1
[fw/openocd] / src / target / avr32_ap7k.h
index 1f952eb86ab21131cf64e6604672013a464620e1..3f27534a30ee52ab0e92860c4edb57507166406c 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.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.           *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
-#ifndef AVR32_AP7K
-#define AVR32_AP7K
+#ifndef OPENOCD_TARGET_AVR32_AP7K_H
+#define OPENOCD_TARGET_AVR32_AP7K_H
 
 struct target;
 
@@ -42,4 +40,4 @@ struct avr32_core_reg {
        struct avr32_ap7k_common *avr32_common;
 };
 
-#endif /*AVR32_AP7K*/
+#endif /* OPENOCD_TARGET_AVR32_AP7K_H */