versadac  1
versadac - Scalable Recorder Firmware
platItf.h
1 /*---------------------------------------------------------------------------*/
2 /* Copyright (C) 2007 Woodhead Software & Electonics. All rights reserved. */
3 /*---------------------------------------------------------------------------*/
4 /* This program is protected by international copyright. */
5 /* */
6 /* The use of this software including but not limited to its Source Code */
7 /* is subject to restrictions as agreed in the license agreement between */
8 /* you and Woodhead. */
9 /* Copying or distribution is not allowed unless expressly permitted */
10 /* according to your license agreement with Woodhead. */
11 /*---------------------------------------------------------------------------*/
12 /* */
13 /* Project : STACK PROFINET Device */
14 /* Component : */
15 /* $Workfile:: platItf.h $*/
16 /* $Revision:: 1 $*/
17 /* $Date:: 15/06/10 16:29 $*/
18 /* */
19 /*---------------------------------------------------------------------------*/
20 /* */
21 /* D e s c r i p t i o n : dua Managment */
22 /* */
23 /* 10/04/2012 (KW) - Modified to provide support for the SDR Device */
24 /* */
25 /*---------------------------------------------------------------------------*/
26 #ifndef _PLATITF_H
27 #define _PLATITF_H
28 
29 // This is the SDR networtk interface name
30 #define HWIF_NETWORK_INTERFACE "motetsec"
31 #define HWIF_FULL_NETWORK_INTERFACE "motetsec0"
32 
33 #endif