~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to include/avr/iom324.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-14 11:15:32 UTC
  • mfrom: (1.1.10 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110714111532-e83i3vqdowgxw8lv
Tags: 1:1.7.1-2
include/util/delay.h.in: Add math.h to list of includes (closes:
#633822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
/* avr/iom324.h - definitions for ATmega324 */
32
32
 
33
 
/* $Id: iom324.h,v 1.3.2.6 2009/04/25 21:01:29 arcanum Exp $ */
 
33
/* $Id: iom324.h 2115 2010-04-05 23:19:53Z arcanum $ */
34
34
 
35
35
#ifndef _AVR_IOM324_H_
36
36
#define _AVR_IOM324_H_ 1
39
39
 
40
40
/* Constants */
41
41
#define SPM_PAGESIZE    128
 
42
#define RAMSTART        (0x100)
42
43
#define RAMEND          0x08FF
43
44
#define XRAMEND         RAMEND
44
45
#define E2END           0x3FF