2 * This file is part of libsamsung-ipc.
4 * Copyright (C) 2010-2011 Joerie de Gram <j.de.gram@gmail.com>
6 * libsamsung-ipc is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, either version 2 of the License, or
9 * (at your option) any later version.
11 * libsamsung-ipc is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with libsamsung-ipc. If not, see <http://www.gnu.org/licenses/>.
20 #include <samsung-ipc.h>
22 #ifndef __SAMSUNG_IPC_SAT_H__
23 #define __SAMSUNG_IPC_SAT_H__
29 #define IPC_SAT_PROFILE_DOWNLOAD 0x0E01
30 #define IPC_SAT_ENVELOPE_CMD 0x0E02
31 #define IPC_SAT_PROACTIVE_CMD 0x0E03
32 #define IPC_SAT_TERMINATE_USAT_SESSION 0x0E04
33 #define IPC_SAT_EVENT_DOWNLOAD 0x0E05
34 #define IPC_SAT_PROVIDE_LOCAL_INFO 0x0E06
35 #define IPC_SAT_POLLING 0x0E07
36 #define IPC_SAT_REFRESH 0x0E08
37 #define IPC_SAT_SETUP_EVENT_LIST 0x0E09
38 #define IPC_SAT_CALL_CONTROL_RESULT 0x0E0A
39 #define IPC_SAT_IMAGE_CLUT 0x0E0B
40 #define IPC_SAT_SETUP_CALL_PROCESSING 0x0E0C
44 // vim:ts=4:sw=4:expandtab