aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/gdsys/a38x/keyprogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/gdsys/a38x/keyprogram.h')
-rw-r--r--roms/u-boot/board/gdsys/a38x/keyprogram.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/board/gdsys/a38x/keyprogram.h b/roms/u-boot/board/gdsys/a38x/keyprogram.h
new file mode 100644
index 000000000..06889c67e
--- /dev/null
+++ b/roms/u-boot/board/gdsys/a38x/keyprogram.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2016
+ * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
+ */
+
+#ifndef __KEYPROGRAM_H
+#define __KEYPROGRAM_H
+
+int load_and_run_keyprog(struct udevice *tpm);
+int flush_keys(struct udevice *tpm);
+
+#endif /* __KEYPROGRAM_H */