DHCOM_HAL
Hardware-abstraction library (HAL) for multiple targets, including DHCOM modules
 All Data Structures Namespaces Files Functions Typedefs Enumerations Enumerator Macros Pages
DHCOM_HAL.h
Go to the documentation of this file.
1 /*
2  * DHCOM_HAL.h
3  *
4  * Created on: Dec 17, 2012
5  * Author: Peter Kishalov (PK), DH electronics GmbH
6  */
7 
8 
9 #ifndef DHCOM_HAL
10 # ifdef __linux__
11 # define DHCOM_HAL
12 # else
13 # define DHCOM_HAL __declspec(dllimport)
14 # endif
15 #endif
16 
17