4 * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
8 * Cherepanov Vitaliy <v.cherepanov@samsung.com>
9 * Nikita Kalyazin <n.kalyazin@samsung.com>
11 * Licensed under the Apache License, Version 2.0 (the "License");
12 * you may not use this file except in compliance with the License.
13 * You may obtain a copy of the License at
15 * http://www.apache.org/licenses/LICENSE-2.0
17 * Unless required by applicable law or agreed to in writing, software
18 * distributed under the License is distributed on an "AS IS" BASIS,
19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 * See the License for the specific language governing permissions and
21 * limitations under the License.
24 * - Samsung RnD Institute Russia
32 #include "da_protocol.h"
34 #define USER_EVENT_FILENAME "/sys/kernel/debug/swap/writer/raw"
35 #define BUF_FILENAME "/dev/swap_device"
36 #define INST_PID_FILENAME "/sys/kernel/debug/swap/us_manager/tasks"
41 void wake_up_buf(void);
42 int write_to_buf(struct msg_data_t *msg);