Add stubs for missing/changed functions in the plugin interface
[adaptation/device-manager-plugin-pinetrail.git] / device-manager-plugin-pinetrail.h
1
2 /*
3  *  device manager plugin for pinetrail
4  *
5  * Copyright (c) 2000 - 2011 Intel Corp. All rights reserved.
6  *
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  *
11  * http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  *
19 */
20
21
22 #ifndef __DEVMAN_MFLD_H__
23 #define __DEVMAN_MFLD_H__
24
25
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29
30
31 /**
32  * @file        device-manager-plugin-pinetrail.h
33  * @ingroup     DEVICE_MANAGER
34  * @brief       This file contains the API for the status of devices
35  * @author      Tizen 1.0
36  * @date        2012-05-15
37  * @version     0.1
38  */
39 const OEM_sys_devman_plugin_interface *OEM_sys_get_devman_plugin_interface() __attribute__((visibility("default")));
40
41
42 #ifdef __cplusplus
43 }
44 #endif
45 #endif