1 /*
2  * (C) Copyright 2013
3  * Reinhard Pfau, Guntermann & Drunck GmbH, reinhard.pfau@gdsys.cc
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef __CONTROLCENTER_ID_H
9 #define __CONTROLCENTER_ID_H
10 
11 int ccdm_compute_self_hash(void);
12 int startup_ccdm_id_module(void);
13 
14 int show_self_hash(void);
15 
16 #endif /* __CONTROLCENTER_ID_H */
17