add proc file tests

This commit is contained in:
stubbfel
2018-03-28 16:19:23 +02:00
parent 7d3f2a8beb
commit eb96de3b5f
5 changed files with 73 additions and 10 deletions

View File

@@ -3,6 +3,8 @@
#include "kunity_proc_test_file_handler_t.h"
//{ global include region
#include <linux/proc_fs.h>
//}
//{ local include region
@@ -18,6 +20,8 @@ extern "C" {
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