Add start of platform-specific abstraction files
[avr_cal.git] / src / calicc.h
1 /*****************************************************************************
2 ** FILE IDENTIFICATION
3 **
4 **   Name:          calicc.h
5 **   Purpose:       AVR C Compiler Abstraction Layer for ImageCraft C Compiler
6 **   Programmer:    Kevin Rosenberg <kevin@rosenberg.net> (AVRFreaks: kmr)
7 **   Date Started:  Dec 2007
8 **
9 **   Copyright (c) 2008 by Kevin Rosenberg. All rights reserved.
10 **
11 ** LICENSE
12 **   See accompaning LICENSE file
13 **
14 ** CHANGES
15 **   See accompaning ChangeLog file
16 ******************************************************************************/
17
18 #ifndef __CALICC_H__
19 #define __CALICC_H__
20
21 #ifndef __AVRCAL_H__
22 #error This file should not be directly included. It is included by avrcal.h
23 #endif
24
25 // Standard header files
26 #include <iccioavr.h>
27
28 #endif