31 lines
568 B
C
31 lines
568 B
C
#ifndef KUNITY_PROC_TEST_FILE_HANDLER_H
|
|
#define KUNITY_PROC_TEST_FILE_HANDLER_H
|
|
#include "kunity_proc_test_file_handler_t.h"
|
|
//{ global include region
|
|
|
|
#include <linux/proc_fs.h>
|
|
|
|
//}
|
|
//{ local include region
|
|
|
|
#include "kunity_test_finder_t.h"
|
|
|
|
//}
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
//{ function region
|
|
|
|
extern result_code_e create_proc_test_file(/* in */ const ptr_test_list_item_s list_item);
|
|
|
|
extern result_code_e set_proc_test_root_folder(/* in */ struct proc_dir_entry * folder);
|
|
|
|
//}
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // KUNITY_PROC_TEST_FILE_HANDLER_H
|