diff --git a/devices/ecdev.h b/devices/ecdev.h index 3736e376..dc2b2819 100644 --- a/devices/ecdev.h +++ b/devices/ecdev.h @@ -46,8 +46,8 @@ /*****************************************************************************/ -#ifndef _ETHERCAT_DEVICE_H_ -#define _ETHERCAT_DEVICE_H_ +#ifndef __ECDEV_H__ +#define __ECDEV_H__ #include diff --git a/globals.h b/globals.h index d060fea6..5533cdc5 100644 --- a/globals.h +++ b/globals.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_GLOBALS_ -#define _EC_GLOBALS_ +#ifndef __EC_GLOBALS_H__ +#define __EC_GLOBALS_H__ #include "config.h" diff --git a/master/datagram.h b/master/datagram.h index daf1b1ec..1d240c9c 100644 --- a/master/datagram.h +++ b/master/datagram.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_DATAGRAM_H_ -#define _EC_DATAGRAM_H_ +#ifndef __EC_DATAGRAM_H__ +#define __EC_DATAGRAM_H__ #include #include diff --git a/master/device.h b/master/device.h index df59c20d..ec83643c 100644 --- a/master/device.h +++ b/master/device.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_DEVICE_H_ -#define _EC_DEVICE_H_ +#ifndef __EC_DEVICE_H__ +#define __EC_DEVICE_H__ #include diff --git a/master/domain.h b/master/domain.h index 6f8b67cd..d5def4f3 100644 --- a/master/domain.h +++ b/master/domain.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_DOMAIN_H_ -#define _EC_DOMAIN_H_ +#ifndef __EC_DOMAIN_H__ +#define __EC_DOMAIN_H__ #include #include diff --git a/master/fmmu_config.h b/master/fmmu_config.h index 91cd13bf..1ab690e2 100644 --- a/master/fmmu_config.h +++ b/master/fmmu_config.h @@ -37,8 +37,8 @@ /*****************************************************************************/ -#ifndef _EC_FMMU_CONFIG_H_ -#define _EC_FMMU_CONFIG_H_ +#ifndef __EC_FMMU_CONFIG_H__ +#define __EC_FMMU_CONFIG_H__ #include "../include/ecrt.h" diff --git a/master/fsm_change.h b/master/fsm_change.h index dde9c293..9cd7c766 100644 --- a/master/fsm_change.h +++ b/master/fsm_change.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef __EC_FSM_CHANGE__ -#define __EC_FSM_CHANGE__ +#ifndef __EC_FSM_CHANGE_H__ +#define __EC_FSM_CHANGE_H__ #include "globals.h" #include "../include/ecrt.h" diff --git a/master/fsm_coe.h b/master/fsm_coe.h index 28976ea8..c2f6caba 100644 --- a/master/fsm_coe.h +++ b/master/fsm_coe.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef __EC_FSM_COE__ -#define __EC_FSM_COE__ +#ifndef __EC_FSM_COE_H__ +#define __EC_FSM_COE_H__ #include "globals.h" #include "../include/ecrt.h" diff --git a/master/fsm_coe_map.h b/master/fsm_coe_map.h index d47f3be1..297fec02 100644 --- a/master/fsm_coe_map.h +++ b/master/fsm_coe_map.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef __EC_FSM_COE_MAP__ -#define __EC_FSM_COE_MAP__ +#ifndef __EC_FSM_COE_MAP_H__ +#define __EC_FSM_COE_MAP_H__ #include "globals.h" #include "datagram.h" diff --git a/master/fsm_master.h b/master/fsm_master.h index 3acf4a5e..d0b201b6 100644 --- a/master/fsm_master.h +++ b/master/fsm_master.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef __EC_FSM_MASTER__ -#define __EC_FSM_MASTER__ +#ifndef __EC_FSM_MASTER_H__ +#define __EC_FSM_MASTER_H__ #include "../include/ecrt.h" diff --git a/master/fsm_pdo_assign.h b/master/fsm_pdo_assign.h index b945c28e..436e1f70 100644 --- a/master/fsm_pdo_assign.h +++ b/master/fsm_pdo_assign.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_FSM_PDO_ASSIGN_H_ -#define _EC_FSM_PDO_ASSIGN_H_ +#ifndef __EC_FSM_PDO_ASSIGN_H__ +#define __EC_FSM_PDO_ASSIGN_H__ #include "../include/ecrt.h" diff --git a/master/fsm_pdo_mapping.h b/master/fsm_pdo_mapping.h index e3386dc1..ac454f6c 100644 --- a/master/fsm_pdo_mapping.h +++ b/master/fsm_pdo_mapping.h @@ -1,6 +1,6 @@ /****************************************************************************** * - * $Id$ + * $Id: fsm_pdo_config.h 1069 2008-03-03 16:22:39Z fp $ * * Copyright (C) 2006 Florian Pose, Ingenieurgemeinschaft IgH * @@ -37,8 +37,8 @@ /*****************************************************************************/ -#ifndef __EC_FSM_PDO_MAPPING__ -#define __EC_FSM_PDO_MAPPING__ +#ifndef __EC_FSM_PDO_MAPPING_H__ +#define __EC_FSM_PDO_MAPPING_H__ #include "globals.h" #include "../include/ecrt.h" diff --git a/master/fsm_sii.h b/master/fsm_sii.h index 0b2af101..7457ea83 100644 --- a/master/fsm_sii.h +++ b/master/fsm_sii.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef __EC_FSM_SII__ -#define __EC_FSM_SII__ +#ifndef __EC_FSM_SII_H__ +#define __EC_FSM_SII_H__ #include "globals.h" #include "../include/ecrt.h" diff --git a/master/fsm_slave_config.h b/master/fsm_slave_config.h index 1f2d7c5b..05823f0a 100644 --- a/master/fsm_slave_config.h +++ b/master/fsm_slave_config.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef __EC_FSM_SLAVE_CONFIG__ -#define __EC_FSM_SLAVE_CONFIG__ +#ifndef __EC_FSM_SLAVE_CONFIG_H__ +#define __EC_FSM_SLAVE_CONFIG_H__ #include "../include/ecrt.h" diff --git a/master/fsm_slave_scan.h b/master/fsm_slave_scan.h index 784a913d..654ec8e0 100644 --- a/master/fsm_slave_scan.h +++ b/master/fsm_slave_scan.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef __EC_FSM_SLAVE_SCAN__ -#define __EC_FSM_SLAVE_SCAN__ +#ifndef __EC_FSM_SLAVE_SCAN_H__ +#define __EC_FSM_SLAVE_SCAN_H__ #include "../include/ecrt.h" diff --git a/master/globals.h b/master/globals.h index f06b165c..1a2d8645 100644 --- a/master/globals.h +++ b/master/globals.h @@ -37,8 +37,8 @@ /*****************************************************************************/ -#ifndef _EC_MASTER_GLOBALS_ -#define _EC_MASTER_GLOBALS_ +#ifndef __EC_MASTER_GLOBALS_H__ +#define __EC_MASTER_GLOBALS_H__ #include diff --git a/master/mailbox.h b/master/mailbox.h index cc989385..a467e18a 100644 --- a/master/mailbox.h +++ b/master/mailbox.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_MAILBOX_H_ -#define _EC_MAILBOX_H_ +#ifndef __EC_MAILBOX_H__ +#define __EC_MAILBOX_H__ #include "slave.h" diff --git a/master/master.h b/master/master.h index e40cd760..536be67e 100644 --- a/master/master.h +++ b/master/master.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_MASTER_H_ -#define _EC_MASTER_H_ +#ifndef __EC_MASTER_H__ +#define __EC_MASTER_H__ #include #include diff --git a/master/pdo.h b/master/pdo.h index 8449e325..7a5f353e 100644 --- a/master/pdo.h +++ b/master/pdo.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_PDO_H_ -#define _EC_PDO_H_ +#ifndef __EC_PDO_H__ +#define __EC_PDO_H__ #include diff --git a/master/pdo_list.h b/master/pdo_list.h index 01d7f2ec..c9f19773 100644 --- a/master/pdo_list.h +++ b/master/pdo_list.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_PDO_LIST_H_ -#define _EC_PDO_LIST_H_ +#ifndef __EC_PDO_LIST_H__ +#define __EC_PDO_LIST_H__ #include diff --git a/master/slave.h b/master/slave.h index ca9a281f..1aeb6c68 100644 --- a/master/slave.h +++ b/master/slave.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_SLAVE_H_ -#define _EC_SLAVE_H_ +#ifndef __EC_SLAVE_H__ +#define __EC_SLAVE_H__ #include #include diff --git a/master/slave_config.h b/master/slave_config.h index 3e72c899..d9f36632 100644 --- a/master/slave_config.h +++ b/master/slave_config.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_SLAVE_CONFIG_H_ -#define _EC_SLAVE_CONFIG_H_ +#ifndef __EC_SLAVE_CONFIG_H__ +#define __EC_SLAVE_CONFIG_H__ #include #include diff --git a/master/sync.h b/master/sync.h index 0c26082b..4f9d96b6 100644 --- a/master/sync.h +++ b/master/sync.h @@ -37,8 +37,8 @@ /*****************************************************************************/ -#ifndef _EC_SYNC_H_ -#define _EC_SYNC_H_ +#ifndef __EC_SYNC_H__ +#define __EC_SYNC_H__ #include diff --git a/master/xmldev.h b/master/xmldev.h index 996c3958..9c9c4352 100644 --- a/master/xmldev.h +++ b/master/xmldev.h @@ -38,8 +38,8 @@ /*****************************************************************************/ -#ifndef _EC_XMLDEV_H_ -#define _EC_XMLDEV_H_ +#ifndef __EC_XMLDEV_H__ +#define __EC_XMLDEV_H__ #include #include