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

« back to all changes in this revision

Viewing changes to include/avr/io8534.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.1.8 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091031115210-x0mlijnegkce86fk
Tags: 1:1.6.7-1
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

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: io8534.h,v 1.7 2005/07/09 14:01:11 aesok Exp $ */
 
31
/* $Id: io8534.h,v 1.7.4.1 2009/02/11 18:05:23 arcanum Exp $ */
32
32
 
33
33
/* avr/io8534.h - definitions for AT90C8534 */
34
34
 
209
209
 
210
210
/* Last memory addresses */
211
211
#define RAMEND          0x15F
212
 
#define XRAMEND         0x15F
 
212
#define XRAMEND         RAMEND
213
213
#define E2END           0x1FF
214
214
#define FLASHEND        0x1FFF
215
215