Merging tizen into ckm. Stage 1.
[platform/core/test/security-tests.git] / tests / ckm / clean-env.h
1 /*
2  * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
3  */
4 /*
5  * @file    security_server_tests_clean_env.cpp
6  * @author  Zbigniew Jasinski (z.jasinski@samsung.com)
7  * @version 1.0
8  * @brief   Functions to prepare clean env for tests.
9  *
10  */
11 #pragma once
12
13 #include <ftw.h>
14 #include <unistd.h>
15
16 #include <ckm/ckm-control.h>
17
18 int restart_security_server();
19 int reset_security_server();
20