Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / gdsys / p1022 / controlcenterd-id.h
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 */