2023-03-31 20:13:36 -07:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
|
/*
|
|
|
|
|
* Helper file for declaring TCG helper functions.
|
|
|
|
|
* This one expands prototypes for the helper functions.
|
|
|
|
|
*/
|
2014-04-07 22:31:41 -07:00
|
|
|
|
|
|
|
|
#ifndef HELPER_PROTO_H
|
2016-06-29 15:29:06 +02:00
|
|
|
#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"
|
2014-04-07 22:31:41 -07: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 */
|