versadac  1
versadac - Scalable Recorder Firmware
os_unpck.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 : Hardware Interface */
15 /* $Workfile:: os_unpck.h $*/
16 /* $Revision:: 1 $*/
17 /* $Date:: 7/06/10 11:05 $*/
18 /* */
19 /*---------------------------------------------------------------------------*/
20 /* */
21 /* D e s c r i p t i o n : */
22 /* Network Abstraction Layer */
23 /* */
24 /*---------------------------------------------------------------------------*/
25 #ifndef _OS_UNPACK_H
26 #define _OS_UNPACK_H
27 
28 
29 /* Sanity check */
30 #ifndef PACK
31  #pragma message ("WARNING: UnPacking problem detected")
32 #endif
33 
34 #undef PACK
35 
36 #ifdef OS_VXWORKS
37  /*#pragma pack()*/
38 #endif
39 
40 #undef _OS_UNPACK_H
41 #endif