ppavel@26: /* ppavel@26: This file is part of CanFestival, a library implementing CanOpen Stack. ppavel@26: ppavel@26: Copyright (C): Edouard TISSERANT and Francis DUPIN ppavel@26: ppavel@26: See COPYING file for copyrights details. ppavel@26: ppavel@26: This library is free software; you can redistribute it and/or ppavel@26: modify it under the terms of the GNU Lesser General Public ppavel@26: License as published by the Free Software Foundation; either ppavel@26: version 2.1 of the License, or (at your option) any later version. ppavel@26: ppavel@26: This library is distributed in the hope that it will be useful, ppavel@26: but WITHOUT ANY WARRANTY; without even the implied warranty of ppavel@26: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ppavel@26: Lesser General Public License for more details. ppavel@26: ppavel@26: You should have received a copy of the GNU Lesser General Public ppavel@26: License along with this library; if not, write to the Free Software ppavel@26: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ppavel@26: */ ppavel@26: ppavel@26: #ifndef __CANCFG_H__ ppavel@26: #define __CANCFG_H__ ppavel@26: ppavel@26: #define HANDLE int ppavel@26: #ifndef CAN_HANDLE ppavel@26: #define CAN_HANDLE void* ppavel@26: #endif /*CAN_HANDLE*/ ppavel@26: ppavel@26: #endif