b6f47028fde089ecc29107a20adcde377a366028
[platform/kernel/u-boot.git] / board / gdsys / p1022 / controlcenterd-id.h
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 */