1
/*
2
* \brief DDE Kit generals
3
* \author Christian Helmuth
4
* \date 2008-10-22
5
*/
6
7
/*
8
* Copyright (C) 2008-2013 Genode Labs GmbH
9
*
10
* This file is part of the Genode OS framework, which is distributed
11
* under the terms of the GNU General Public License version 2.
12
*/
13
14
#
ifndef _INCLUDE__DDE_KIT__DDE_KIT_H_
15
#
define _INCLUDE__DDE_KIT__DDE_KIT_H_
16
17
/**
18
* Initialize the DDE Kit
19
*
20
* This function must be called before any other DDE function is used.
21
*/
22
void
dde_kit_init(
void)
;
23
24
#
endif /* _INCLUDE__DDE_KIT__DDE_KIT_H_ */