Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / gdsys / a38x / keyprogram.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2016
4  * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
5  */
6
7 #ifndef __KEYPROGRAM_H
8 #define __KEYPROGRAM_H
9
10 int load_and_run_keyprog(struct udevice *tpm);
11 int flush_keys(struct udevice *tpm);
12
13 #endif /* __KEYPROGRAM_H */