X-Git-Url: http://git.kpe.io/?p=avr_cal.git;a=blobdiff_plain;f=src%2Fcalgcc.h;fp=src%2Fcalgcc.h;h=0bef805556061a7e5d16f98d643831be016e025c;hp=0000000000000000000000000000000000000000;hb=a7cfbc1ed842fa277040edabc7df51af8cb31944;hpb=eb1086f8735d3e6410cdd5485139aad7d37dad05 diff --git a/src/calgcc.h b/src/calgcc.h new file mode 100644 index 0000000..0bef805 --- /dev/null +++ b/src/calgcc.h @@ -0,0 +1,28 @@ +/***************************************************************************** +** FILE IDENTIFICATION +** +** Name: calgcc.h +** Purpose: AVR C Compiler Abstraction Layer for AVR-GCC +** Programmer: Kevin Rosenberg (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 __CALGCC_H__ +#define __CALGCC_H__ + +#ifndef __AVRCAL_H__ +#error This file should not be directly included. It is included by avrcal.h +#endif + +// Standard header files +#include + +#endif