aboutsummaryrefslogtreecommitdiffstats
path: root/include/radio.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-01-30 18:30:34 +0100
committerSimon Busch <morphis@gravedo.de>2012-01-30 18:30:34 +0100
commit60977f96494d94e343dfd84c5e7bb4144e8138c8 (patch)
tree5f049fab9eccd4d8ac6d8c0664c1b00cd5fdd485 /include/radio.h
parent73131b5dcf8f6f565bc69b312ffc5c16630817b1 (diff)
downloadhardware_replicant_libsamsung-ipc-60977f96494d94e343dfd84c5e7bb4144e8138c8.tar.gz
hardware_replicant_libsamsung-ipc-60977f96494d94e343dfd84c5e7bb4144e8138c8.tar.bz2
hardware_replicant_libsamsung-ipc-60977f96494d94e343dfd84c5e7bb4144e8138c8.zip
Add aries device for compilation and register it's handlers on startup
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/radio.h')
-rw-r--r--include/radio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/radio.h b/include/radio.h
index a02297e..4c14d79 100644
--- a/include/radio.h
+++ b/include/radio.h
@@ -30,8 +30,9 @@
#define IPC_CLIENT_TYPE_RFS 1
#define IPC_DEVICE_CRESPO 0
+#define IPC_DEVICE_ARIES 1
-#define IPC_DEVICE_MAX IPC_DEVICE_CRESPO
+#define IPC_DEVICE_MAX IPC_DEVICE_ARIES
#define IPC_COMMAND(f) ((f->group << 8) | f->index)
#define IPC_GROUP(m) (m >> 8)