GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user