Merging tizen into ckm. Stage 1.
[platform/core/test/security-tests.git] / tests / security-server-tests / security_server_clean_env.h
1 /*
2  * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
3  */
4 /*
5  * @file    security_server_clean_env.h
6  * @author  Zbigniew Jasinski (z.jasinski@samsung.com)
7  * @version 1.0
8  * @brief   Functions definitions to prepare clean env for tests.
9  */
10
11 #ifndef SECURITY_SERVER_CLEAN_ENV_H
12 #define SECURITY_SERVER_CLEAN_ENV_H
13
14 int reset_security_server();
15 int restart_security_server();
16
17 #endif