Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
utest-cgroup-crinit-root-params-handler.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifdef ENABLE_CGROUP
7#ifndef __UTEST_CGROUP_CRINIT_CFG_CGROUP_ROOT_PARAMS_HANDLER_H__
8#define __UTEST_CGROUP_CRINIT_CFG_CGROUP_ROOT_PARAMS_HANDLER_H__
9
13void crinitCfgCgroupRootParamsHandlerTestSingleKeyValueSuccess(void **state);
17void crinitCfgCgroupRootParamsHandlerTestNullInput(void **state);
21void crinitCfgCgroupRootParamsHandlerTestEmptyInput(void **state);
22#endif /* __UTEST_CGROUP_CRINIT_CFG_CGROUP_ROOT_PARAMS_HANDLER_H__ */
23#endif