versadac  1
versadac - Scalable Recorder Firmware
lldpd.h
1 /*---------------------------------------------------------------------------*/
2 /* Copyright (C) 2006 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 Controller */
14 /* Component : LLDP */
15 /* $Workfile:: lldpd.h $*/
16 /* $Revision:: 1 $*/
17 /* $Date:: 9/07/09 4:45p $*/
18 /* */
19 /*---------------------------------------------------------------------------*/
20 /* */
21 /* D e s c r i p t i o n : */
22 /* - LLDP Daemon header */
23 /*---------------------------------------------------------------------------*/
24 #ifndef _LLDPD_H
25 #define _LLDPD_H
26 
27 
28 
29 #define LLDPD_STATE_PWR_ON 0
30 #define LLDPD_STATE_W_INIT 1
31 #define LLDPD_STATE_START 2
32 #define LLDPD_STATE_W_START 3
33 #define LLDPD_STATE_RUN 4
34 
35 #endif