platform: thulium: Add IPC Interrupt number to irq list

Add incoming IPC interrupt number for GLink to IRQ list

Change-Id: I9c501bb41531eaad363cc663b89479ee09382da4
diff --git a/platform/thulium/include/platform/irqs.h b/platform/thulium/include/platform/irqs.h
index dd0f31a..696c83f 100644
--- a/platform/thulium/include/platform/irqs.h
+++ b/platform/thulium/include/platform/irqs.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
@@ -47,6 +47,8 @@
 
 #define USB30_EE1_IRQ                          (GIC_SPI_START + 131)
 
+#define GLINK_IPC_IRQ                          (GIC_SPI_START + 168)
+
 /* Retrofit universal macro names */
 #define INT_USB_HS                             USB30_EE1_IRQ