GPIB_AVR
debugshell.h
Go to the documentation of this file.
00001 /*************************************************************************
00002 Author:         $Author: dennis $
00003 File:           $HeadURL: file://localhost/home/dennis/svn-store/avr-source/gpib_004/debugshell.h $
00004 Date:           $Date: 2008-05-11 07:57:02 +0200 (So, 11 Mai 2008) $ 
00005 Revision:       $Revision: 65 $ 
00006 Id:             $Id: debugshell.h 65 2008-05-11 05:57:02Z dennis $ 
00007 Licence:        GNU General Public License
00008 
00009 DESCRIPTION:
00010   debug shell implementation. 
00011  *************************************************************************/
00012 #ifndef DEBUGSHELL_H_
00013 #define DEBUGSHELL_H_
00014 
00015 #include "defs.h"
00016 
00017 extern void debugshell( void );
00018 
00019 
00020 #endif /* DEBUGSHELL_H_ */