summaryrefslogtreecommitdiff
path: root/support/dktools/dk4.h
blob: 2e8f26d3b5fc4d87b74d3978978812b36be26e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef DK4_H_INCLUDED
#define	DK4_H_INCLUDED	1

/**	@file	dk4.h	Include configuration and types.
*/

#ifndef DK4CONF_H_INCLUDED
#include <dk4conf.h>
#endif

#ifndef DK4TYPES_H_INCLUDED
#include <dk4types.h>
#endif

#endif
/* ifndef DK4_H_INCLUDED */