nxdrvlinux/examples/tcpserver/Marshaller/OSAbstraction/OS_Includes.h
Sebastian Doell ac2f4d1789 Add initial driver source based on svn versions:
- toolkit V2.8.0.1@14806
 - BSL V1.8.0.0@14590
 - tcpserver: V1.4.3.0@14676 (marshaller V2.4.0.1@14551)
2024-02-05 09:23:09 +01:00

35 lines
986 B
C

/**************************************************************************************
Copyright (c) Hilscher Gesellschaft fuer Systemautomation mbH. All Rights Reserved.
***************************************************************************************
$Id: OS_Includes.h 13819 2020-11-25 09:36:58Z AMinor $:
Description:
Headerfile for specific target system includes, data types and definitions
Changes:
Date Description
-----------------------------------------------------------------------------------
2006-08-08 initial version (special OS dependencies must be added)
**************************************************************************************/
#ifndef __OS_INCLUDES__H
#define __OS_INCLUDES__H
/*
#error "Insert needed Target system definitions, data types and header files here"
#define APIENTRY
#ifndef NULL
#define NULL 0
#endif
#define UNREFERENCED_PARAMETER(a) (a=a)
*/
#endif /* __OS_INCLUDES__H */