SOEM_local/oshw/vxworks/oshw.h
Alex 755ab32104 rev (UML-1804): SOEM с собранными тестами под Win10
Это копия оригинального, стащили на всякий, для доработок. Хорошая документация, генерить doxygen'ом с graphwiz
2024-02-02 15:51:24 +03:00

24 lines
482 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 oshw.c
*/
#ifndef _oshw_
#define _oshw_
#include "ethercattype.h"
#include "nicdrv.h"
#include "ethercatmain.h"
uint16 oshw_htons(uint16 hostshort);
uint16 oshw_ntohs(uint16 networkshort);
ec_adaptert * oshw_find_adapters(void);
void oshw_free_adapters(ec_adaptert * adapter);
#endif