~ubuntu-branches/ubuntu/gutsy/avr-libc/gutsy

« back to all changes in this revision

Viewing changes to include/io.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2005-03-19 11:16:14 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050319111614-4g01s2ftv5x5nxf3
Tags: 1:1.2.3-3
* Added build depends on netpbm
* Added build depends on tetex-extra

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
  io.h  
3
 
  General I/O Declarations, avr-gcc (c) 1999
4
 
  
5
 
  You can redistribute it and/or modify
6
 
  it under the terms of the GNU General Public License as published by
7
 
  the Free Software Foundation; either version 2, or (at your option)
8
 
  any later version.
9
 
*/
10
 
 
11
 
#ifndef _IO_H_
12
 
#define _IO_H_
13
 
 
14
 
#define outb outp
15
 
 
16
 
#ifdef __cplusplus
17
 
extern "C" {
18
 
#endif
19
 
 
20
 
#include <io-avr.h>
21
 
#include <iomacros.h>
22
 
 
23
 
#ifdef __cplusplus
24
 
}
25
 
#endif
26
 
 
27
 
#endif /* _IO_H_ */