xref: /openbmc/u-boot/board/gdsys/p1022/controlcenterd-id.h (revision a7c45ec4d63e773cf920cfedfb67e96fe0b8526a)
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