~ubuntu-branches/ubuntu/hardy/avr-libc/hardy

« back to all changes in this revision

Viewing changes to include/avr/eeprom.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:
1
 
/* Copyright (c) 2002, 2003, 2004 Marek Michalkiewicz
 
1
/* Copyright (c) 2002, 2003, 2004, 2007 Marek Michalkiewicz
2
2
   Copyright (c) 2005, 2006 Bjoern Haase
3
3
   All rights reserved.
4
4
 
29
29
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
30
30
  POSSIBILITY OF SUCH DAMAGE. */
31
31
 
32
 
/* $Id: eeprom.h,v 1.17.2.3 2006/05/23 17:18:23 aesok Exp $ */
 
32
/* $Id: eeprom.h,v 1.17.2.4 2007/01/23 15:34:58 joerg_wunsch Exp $ */
33
33
 
34
34
/*
35
35
   eeprom.h
49
49
#include <stddef.h>
50
50
#include <inttypes.h>
51
51
 
 
52
/** \file */
52
53
 
53
54
#ifdef __AVR_MEGA__
54
55
#define XCALL "call"