1*b9944a77SDirk Eibach /*
2*b9944a77SDirk Eibach  * (C) Copyright 2013
3*b9944a77SDirk Eibach  * Reinhard Pfau, Guntermann & Drunck GmbH, reinhard.pfau@gdsys.cc
4*b9944a77SDirk Eibach  *
5*b9944a77SDirk Eibach  * This program is free software; you can redistribute it and/or modify it
6*b9944a77SDirk Eibach  * under the terms of the GNU General Public License as published by the Free
7*b9944a77SDirk Eibach  * Software Foundation; either version 2 of the License, or (at your option)
8*b9944a77SDirk Eibach  * any later version.
9*b9944a77SDirk Eibach  *
10*b9944a77SDirk Eibach  * This program is distributed in the hope that it will be useful,
11*b9944a77SDirk Eibach  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12*b9944a77SDirk Eibach  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13*b9944a77SDirk Eibach  * GNU General Public License for more details.
14*b9944a77SDirk Eibach  *
15*b9944a77SDirk Eibach  * You should have received a copy of the GNU General Public License
16*b9944a77SDirk Eibach  * along with this program; if not, write to the Free Software
17*b9944a77SDirk Eibach  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18*b9944a77SDirk Eibach  * MA 02110-1301, USA.
19*b9944a77SDirk Eibach  */
20*b9944a77SDirk Eibach 
21*b9944a77SDirk Eibach #ifndef __CONTROLCENTER_ID_H
22*b9944a77SDirk Eibach #define __CONTROLCENTER_ID_H
23*b9944a77SDirk Eibach 
24*b9944a77SDirk Eibach int ccdm_compute_self_hash(void);
25*b9944a77SDirk Eibach int startup_ccdm_id_module(void);
26*b9944a77SDirk Eibach 
27*b9944a77SDirk Eibach int show_self_hash(void);
28*b9944a77SDirk Eibach 
29*b9944a77SDirk Eibach #endif /* __CONTROLCENTER_ID_H */
30