Add start of platform-specific abstraction files
[avr_cal.git] / src / caliar.h
diff --git a/src/caliar.h b/src/caliar.h
new file mode 100644 (file)
index 0000000..251f260
--- /dev/null
@@ -0,0 +1,29 @@
+/*****************************************************************************
+** FILE IDENTIFICATION
+**
+**   Name:          caliar.h
+**   Purpose:       AVR C Compiler Abstraction Layer for IAR C Compiler for AVR
+**   Programmer:    Kevin Rosenberg <kevin@rosenberg.net> (AVRFreaks: kmr)
+**   Date Started:  Dec 2007
+**
+**   Copyright (c) 2008 by Kevin Rosenberg. All rights reserved.
+**
+** LICENSE
+**   See accompaning LICENSE file
+**
+** CHANGES
+**   See accompaning ChangeLog file
+******************************************************************************/
+
+#ifndef __CALIAR_H__
+#define __CALIAR_H__
+
+#ifndef __AVRCAL_H__
+#error This file should not be directly included. It is included by avrcal.h
+#endif
+
+// Standard header files
+#include <ioavr.h>
+#include <intrinsics.h>
+
+#endif