fp@1613: /****************************************************************************** fp@1613: * fp@1613: * $Id$ fp@1613: * fp@1613: * Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH fp@1613: * fp@1613: * This file is part of the IgH EtherCAT Master. fp@1613: * fp@1613: * The IgH EtherCAT Master is free software; you can redistribute it and/or fp@1613: * modify it under the terms of the GNU General Public License version 2, as fp@1613: * published by the Free Software Foundation. fp@1613: * fp@1613: * The IgH EtherCAT Master is distributed in the hope that it will be useful, fp@1613: * but WITHOUT ANY WARRANTY; without even the implied warranty of fp@1613: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General fp@1613: * Public License for more details. fp@1613: * fp@1613: * You should have received a copy of the GNU General Public License along fp@1613: * with the IgH EtherCAT Master; if not, write to the Free Software fp@1613: * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA fp@1613: * fp@1613: * --- fp@1613: * fp@1613: * The license mentioned above concerns the source code only. Using the fp@1613: * EtherCAT technology and brand is only permitted in compliance with the fp@1613: * industrial property and similar rights of Beckhoff Automation GmbH. fp@1613: * fp@1613: *****************************************************************************/ fp@1613: fp@1613: int create_serial_devices(ec_master_t *, ec_domain_t *); fp@1613: void free_serial_devices(void); fp@1614: fp@1613: void run_serial_devices(u8 *); fp@1613: fp@1613: /*****************************************************************************/