From 59aad7b493bc625c5d6ef6190e026585ecb36855 Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Thu, 30 Dec 2021 20:03:23 +0800 Subject: [PATCH] init: fix codedex Signed-off-by: xionglei6 --- ueventd/include/ueventd_parameter.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ueventd/include/ueventd_parameter.h b/ueventd/include/ueventd_parameter.h index c6f82573..212ae729 100644 --- a/ueventd/include/ueventd_parameter.h +++ b/ueventd/include/ueventd_parameter.h @@ -13,4 +13,9 @@ * limitations under the License. */ +#ifndef BASE_STARTUP_INITLITE_UEVENTD_PARAMETER_H +#define BASE_STARTUP_INITLITE_UEVENTD_PARAMETER_H + int SetUeventDeviceParameter(const char *devNode, const char *paramValue); + +#endif -- GitLab