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

« back to all changes in this revision

Viewing changes to include/avr/iom48p.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:
29
29
  POSSIBILITY OF SUCH DAMAGE. 
30
30
*/
31
31
 
32
 
/* $Id: iom48p.h,v 1.3.2.13 2009/02/11 18:05:29 arcanum Exp $ */
 
32
/* $Id: iom48p.h 2115 2010-04-05 23:19:53Z arcanum $ */
33
33
 
34
34
/* avr/iom48p.h - definitions for ATmega48P. */
35
35
 
813
813
 
814
814
/* Constants */
815
815
#define SPM_PAGESIZE 64
 
816
#define RAMSTART     (0x100)
816
817
#define RAMEND       0x2FF     /* Last On-Chip SRAM Location */
817
818
#define XRAMSIZE     0
818
819
#define XRAMEND      RAMEND