Add a internal header for firewall 00/188000/1 accepted/tizen/unified/20180831.061845 submit/tizen/20180830.132246
authorhyunuktak <hyunuk.tak@samsung.com>
Thu, 30 Aug 2018 08:00:28 +0000 (17:00 +0900)
committerhyunuktak <hyunuk.tak@samsung.com>
Thu, 30 Aug 2018 08:00:30 +0000 (17:00 +0900)
Change-Id: I75fe6aaa4632914d8c2b7fd672b602159e8cbd52
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
include/stc_fw_internal.h [new file with mode: 0755]

diff --git a/include/stc_fw_internal.h b/include/stc_fw_internal.h
new file mode 100755 (executable)
index 0000000..a410ee9
--- /dev/null
@@ -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__ */