nxdrvlinux/libcifx/Toolkit/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

33 lines
985 B
C

/**************************************************************************************
Copyright (c) Hilscher Gesellschaft fuer Systemautomation mbH. All Rights Reserved.
***************************************************************************************
$Id: OS_Includes.h 6603 2014-10-02 14:57:53Z stephans $:
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 */