Main Page   Compound List   File List   Compound Members   File Members  

io.h

Go to the documentation of this file.
00001 /*
00002   io.h  
00003   General I/O Declarations, avr-gcc (c) 1999
00004   
00005   You can redistribute it and/or modify
00006   it under the terms of the GNU General Public License as published by
00007   the Free Software Foundation; either version 2, or (at your option)
00008   any later version.
00009 */
00010 
00011 #ifndef _IO_H_
00012 #define _IO_H_
00013 
00014 #define outb outp
00015 
00016 #include <io-avr.h>
00017 #include <iomacros.h>
00018 
00019 #endif /* _IO_H_ */

Generated at Fri Jul 19 14:55:41 2002 for avrgcc by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001