summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/AT91SAM7.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/include/AT91SAM7.h')
-rw-r--r--openpcd/firmware/include/AT91SAM7.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpcd/firmware/include/AT91SAM7.h b/openpcd/firmware/include/AT91SAM7.h
index b35583a..5a07d00 100644
--- a/openpcd/firmware/include/AT91SAM7.h
+++ b/openpcd/firmware/include/AT91SAM7.h
@@ -39,8 +39,8 @@
// CVS Reference : /ADC_6051C.pl/1.1/Fri Oct 17 09:12:38 2003//
// ----------------------------------------------------------------------------
-#ifndef AT91SAM7S64_H
-#define AT91SAM7S64_H
+#ifndef __AT91SAM7_H__
+#define __AT91SAM7_H__
typedef volatile unsigned int AT91_REG;// Hardware register definition
@@ -1927,4 +1927,4 @@ typedef struct _AT91S_UDP {
#endif
#endif
-#endif
+#endif/*__AT91SAM7_H__*/
personal git repositories of Harald Welte. Your mileage may vary