00001 /*************************************************************************** 00002 sdos.h - description 00003 ------------------- 00004 begin : Fri May 17 2002 00005 copyright : (C) 2002 by Raphael Zulliger 00006 email : zulli@hsr.ch 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>. * 00012 * It is licensed under the GNU Library General Public License (LGPL). * 00013 * * 00014 ***************************************************************************/ 00015 00026 #ifndef __basiccan_h__ 00027 #define __basiccan_h__ 00028 00037 BOOL readRxBuffer(void); 00038 00039 #endif // __basiccan_h__