Change filename and macros from AT91SAM3.. to SAM3.. to conform to Atmel's official...
[bertos.git] / bertos / cpu / cortex-m3 / drv / clock_sam3.h
index 82af65479c3c32e304034287c5351b2f5a38d158..88f21a2cd53482c9799bfed8ffec32e81640bd3f 100644 (file)
  *
  * -->
  *
- * \brief Low-level clocking driver for AT91SAM3.
+ * \brief Low-level clocking driver for SAM3.
  *
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-#ifndef DRV_AT91SAM3_CLOCK_H
-#define DRV_AT91SAM3_CLOCK_H
+#ifndef DRV_SAM3_CLOCK_H
+#define DRV_SAM3_CLOCK_H
 
 void clock_init(void);
 
-#endif /* DRV_AT91SAM3_CLOCK_H */
+#endif /* DRV_SAM3_CLOCK_H */