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

« back to all changes in this revision

Viewing changes to include/avr/iom8515.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:
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: iom8515.h,v 1.10.2.5 2008/10/17 23:27:50 arcanum Exp $ */
 
31
/* $Id: iom8515.h 2115 2010-04-05 23:19:53Z arcanum $ */
32
32
 
33
33
/* avr/iom8515.h - definitions for ATmega8515 */
34
34
 
587
587
 
588
588
/* Constants */
589
589
#define SPM_PAGESIZE 64
 
590
#define RAMSTART     (0x60)
590
591
#define RAMEND       0x25F    /* Last On-Chip SRAM Location */
591
592
#define XRAMEND      0xFFFF
592
593
#define E2END        0x1FF