2023-03-31 20:13:36 -07:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2023-01-19 06:46:16 -10:00
|
|
|
/*
|
2023-03-31 20:13:36 -07:00
|
|
|
* Helper file for declaring TCG helper functions.
|
|
|
|
* This one expands prototypes for the helper functions.
|
2023-01-19 06:46:16 -10:00
|
|
|
*/
|
2014-04-07 22:31:41 -07:00
|
|
|
|
2023-03-31 20:13:36 -07:00
|
|
|
#ifndef HELPER_PROTO_H
|
|
|
|
#define HELPER_PROTO_H
|
2014-04-07 22:31:41 -07:00
|
|
|
|
2023-03-31 20:13:36 -07:00
|
|
|
#include "exec/helper-proto-common.h"
|
2020-12-15 11:47:59 -06:00
|
|
|
|
2023-03-31 20:13:36 -07:00
|
|
|
#define HELPER_H "helper.h"
|
|
|
|
#include "exec/helper-proto.h.inc"
|
|
|
|
#undef HELPER_H
|
2014-04-07 22:31:41 -07:00
|
|
|
|
|
|
|
#endif /* HELPER_PROTO_H */
|