|
CoronisSDK_SerialDriverAPI_C
v1.0
|
00001 /******************************************************************************* 00002 * Copyright (c) 2012 Coronis 00003 * This program is free software; you can redistribute it and/or 00004 * modify it under the terms of the GNU Lesser General Public 00005 * License as published by the Free Software Foundation; either 00006 * version 3 of the License, or (at your option) any later version. 00007 00008 * This program is distributed in the hope that it will be useful, 00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00011 * Lesser General Public License for more details. 00012 00013 * You should have received a copy of the GNU Lesser General Public 00014 * License along with this program; if not, write to the Free Software 00015 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00016 * 00017 * Contributors: 00018 * Coronis - initial API and implementation 00019 *******************************************************************************/ 00020 00026 #ifndef _I_SERIAL_FRAME_H_ 00027 #define _I_SERIAL_FRAME_H_ 00028 00038 typedef struct tagISerialFrame * pISerialFrame; 00039 00040 #endif//_I_SERIAL_FRAME_H_
1.8.0