From c59bd7ef8773367c503ab3701de7bcf6dcbaeb5c Mon Sep 17 00:00:00 2001 From: Florian Pose <fp@igh-essen.com> Date: Fri, 13 Jan 2006 15:47:44 +0000 Subject: [PATCH] Neu: EtherCAT.h --- drivers/EtherCAT.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 drivers/EtherCAT.h diff --git a/drivers/EtherCAT.h b/drivers/EtherCAT.h new file mode 100644 index 00000000..00492b33 --- /dev/null +++ b/drivers/EtherCAT.h @@ -0,0 +1,17 @@ +/****************************************************************************** + * + * E t h e r C A T . h + * + * Header zur Nutzung der EtherCAT-Funktionen. + * + * $Id$ + * + *****************************************************************************/ + +#include "../drivers/ec_master.h" +#include "../drivers/ec_device.h" +#include "../drivers/ec_types.h" +#include "../drivers/ec_module.h" + +/*****************************************************************************/ + -- GitLab