From: hyunuktak Date: Thu, 30 Aug 2018 08:00:28 +0000 (+0900) Subject: Add a internal header for firewall X-Git-Tag: submit/tizen/20180830.132246^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18e5190de25f8855ea353e6336930df629d394e7;p=platform%2Fcore%2Fapi%2Fsmart-traffic-control.git Add a internal header for firewall Change-Id: I75fe6aaa4632914d8c2b7fd672b602159e8cbd52 Signed-off-by: hyunuktak --- diff --git a/include/stc_fw_internal.h b/include/stc_fw_internal.h new file mode 100755 index 0000000..a410ee9 --- /dev/null +++ b/include/stc_fw_internal.h @@ -0,0 +1,51 @@ +/* + * Smart Traffic Control (STC) + * + * Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +#ifndef __TIZEN_STC_FW_INTERNAL_H__ +#define __TIZEN_STC_FW_INTERNAL_H__ + +#ifdef __cplusplus +extern "C" { +#endif + +/***************************************************************************** + * Standard headers + *****************************************************************************/ + +/***************************************************************************** + * Macros and Typedefs + *****************************************************************************/ + +/***************************************************************************** + * Enumeration + *****************************************************************************/ + +/***************************************************************************** + * Callback functions + *****************************************************************************/ + +/***************************************************************************** + * Core API functions + *****************************************************************************/ + +#ifdef __cplusplus +} +#endif + +#endif /* __TIZEN_STC_FW_INTERNAL_H__ */