versadac  1
versadac - Scalable Recorder Firmware
hwifuser.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:: hwifuser.h $*/
16 /* $Revision:: 2 $*/
17 /* $Date:: 15/06/10 16:32 $*/
18 /* */
19 /*---------------------------------------------------------------------------*/
20 /* */
21 /* D e s c r i p t i o n : */
22 /* HardWare Abstraction Layer windosw specific */
23 /* */
24 /*---------------------------------------------------------------------------*/
25 
26 #ifndef _HWIFUSER_H
27 #define _HWIFUSER_H
28 
29 /* Function prototypes*/
30 APP_LPCHAR GetDriverName();
31 APP_VOID SetSeletedDevice(APP_DWORD dwSelectedDevice);
32 APP_DWORD GetSeletedDevice();
33 
34 #endif