xref: /kernel/linux/linux-6.6/include/dfx/zrhung.h (revision 62306a36)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2022 Huawei Technologies Co., Ltd. All rights reserved.
4 */
5
6#ifndef ZRHUNG_H
7#define ZRHUNG_H
8
9int zrhung_send_event(const char *domain, const char *event_name, const char *msg_buf);
10
11#endif /* ZRHUNG_H */
12