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