00001 /****************************************************************************** 00002 * * *** *** 00003 * *** *** *** 00004 * *** **** ********** *** ***** *** **** ***** 00005 * ********* ********** *** ********* ************ ********* 00006 * **** *** *** *** *** **** *** 00007 * *** *** ****** *** *********** *** **** ***** 00008 * *** *** ****** *** ************* *** **** ***** 00009 * *** **** **** *** *** *** **** *** 00010 * *** ******* ***** ************** ************* ********* 00011 * *** ***** *** ******* ** ** ****** ***** 00012 * t h e r e a l t i m e t a r g e t e x p e r t s 00013 * 00014 * http://www.rt-labs.com 00015 * Copyright (C) 2009. rt-labs AB, Sweden. All rights reserved. 00016 *------------------------------------------------------------------------------ 00017 * $Id: oshw.h 452 2013-02-26 21:02:58Z smf.arthur $ 00018 *------------------------------------------------------------------------------ 00019 */ 00020 00026 #ifndef _oshw_ 00027 #define _oshw_ 00028 00029 #include "ethercattype.h" 00030 #include "nicdrv.h" 00031 #include "ethercatmain.h" 00032 00033 uint16 oshw_htons(uint16 hostshort); 00034 uint16 oshw_ntohs(uint16 networkshort); 00035 ec_adaptert * oshw_find_adapters(void); 00036 void oshw_free_adapters(ec_adaptert * adapter); 00037 00038 #endif