mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 03:41:52 +08:00
Fixed mail address; limited lines to 78 characters; removed $Id$.
This commit is contained in:
18
master/sdo.c
18
master/sdo.c
@@ -1,6 +1,4 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* $Id$
|
||||
/*****************************************************************************
|
||||
*
|
||||
* Copyright (C) 2006-2008 Florian Pose, Ingenieurgemeinschaft IgH
|
||||
*
|
||||
@@ -19,14 +17,14 @@
|
||||
* with the IgH EtherCAT Master; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
\file
|
||||
CANopen SDO functions.
|
||||
*/
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
#include <linux/slab.h>
|
||||
|
||||
@@ -34,7 +32,7 @@
|
||||
|
||||
#include "sdo.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** Constructor.
|
||||
*/
|
||||
@@ -52,7 +50,7 @@ void ec_sdo_init(
|
||||
INIT_LIST_HEAD(&sdo->entries);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** SDO destructor.
|
||||
*
|
||||
@@ -75,7 +73,7 @@ void ec_sdo_clear(
|
||||
kfree(sdo->name);
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** Get an SDO entry from an SDO via its subindex.
|
||||
*
|
||||
@@ -98,7 +96,7 @@ ec_sdo_entry_t *ec_sdo_get_entry(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
/** Get an SDO entry from an SDO via its subindex.
|
||||
*
|
||||
@@ -123,4 +121,4 @@ const ec_sdo_entry_t *ec_sdo_get_entry_const(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user