27 lines
570 B
C
27 lines
570 B
C
/*
|
|
* Licensed under the GNU General Public License version 2 with exceptions. See
|
|
* LICENSE file in the project root for full license information
|
|
*/
|
|
|
|
/** \file
|
|
* \brief
|
|
* Headerfile for all ethercat headers
|
|
*/
|
|
|
|
#ifndef _EC_ETHERCAT_H
|
|
#define _EC_ETHERCAT_H
|
|
|
|
#include "ethercattype.h"
|
|
#include "nicdrv.h"
|
|
#include "ethercatbase.h"
|
|
#include "ethercatmain.h"
|
|
#include "ethercatdc.h"
|
|
#include "ethercatcoe.h"
|
|
#include "ethercatfoe.h"
|
|
#include "ethercatsoe.h"
|
|
#include "ethercateoe.h"
|
|
#include "ethercatconfig.h"
|
|
#include "ethercatprint.h"
|
|
|
|
#endif /* _EC_ETHERCAT_H */
|