~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to include/avr/iomxx0_1.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
29
  POSSIBILITY OF SUCH DAMAGE. */
30
30
 
31
 
/* $Id: iomxx0_1.h,v 1.7.2.2 2006/03/19 21:39:07 joerg_wunsch Exp $ */
 
31
/* $Id: iomxx0_1.h,v 1.7.2.3 2007/01/01 21:43:51 joerg_wunsch Exp $ */
32
32
 
33
33
/* avr/iomxx0_1.h - definitions for ATmega640, Atmega1280, ATmega1281,
34
34
   ATmega2560 and ATmega2561. */
463
463
#define RAMPZ   _SFR_IO8(0X3B)
464
464
#define RAMPZ0  0
465
465
 
466
 
#define EIND    _SFR_IO8(0X3C)
 
466
#if !(__AVR_ARCH__ == 6 && defined(__COMPILING_AVR_LIBC__))
 
467
#  define EIND    _SFR_IO8(0X3C)
 
468
#endif
467
469
#define EIND0   0
468
470
 
469
471
/* SP [0x3D..0x3E] */