master/slave_config.c
branchstable-1.5
changeset 2404 2698d29007f1
parent 2139 d64957379916
child 2410 00efa1dd75f9
equal deleted inserted replaced
2401:7f7580b318c3 2404:2698d29007f1
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  *  $Id$
     3  *  $Id: slave_config.c,v d64957379916 2011/11/04 11:21:09 fp $
     4  *
     4  *
     5  *  Copyright (C) 2006-2008  Florian Pose, Ingenieurgemeinschaft IgH
     5  *  Copyright (C) 2006-2008  Florian Pose, Ingenieurgemeinschaft IgH
     6  *
     6  *
     7  *  This file is part of the IgH EtherCAT Master.
     7  *  This file is part of the IgH EtherCAT Master.
     8  *
     8  *
    34    EtherCAT slave configuration methods.
    34    EtherCAT slave configuration methods.
    35 */
    35 */
    36 
    36 
    37 /*****************************************************************************/
    37 /*****************************************************************************/
    38 
    38 
       
    39 #include <linux/module.h>
    39 #include <linux/slab.h>
    40 #include <linux/slab.h>
    40 
    41 
    41 #include "globals.h"
    42 #include "globals.h"
    42 #include "master.h"
    43 #include "master.h"
    43 #include "voe_handler.h"
    44 #include "voe_handler.h"