]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/jerry.h
And so with this revision, we commit massive breakage. We Apologize For The Inconveni...
[virtualjaguar] / src / jerry.h
index c1f1f7ad6d0ad71dc0b24ac60c0c3b588172a55e..684b55f23f3ec812057b0a602185e827a2e9523b 100644 (file)
@@ -26,4 +26,13 @@ enum { IRQ2_EXTERNAL = 0, IRQ2_DSP, IRQ2_TIMER1, IRQ2_TIMER2, IRQ2_ASI, IRQ2_SSI
 bool JERRYIRQEnabled(int irq);
 void JERRYSetPendingIRQ(int irq);
 
+// This should stay inside this file, but it's here for now...
+// Need to set up an interface function so that this can go back
+void JERRYI2SCallback(void);
+
+// External variables
+
+extern uint32 JERRYI2SInterruptDivide;
+extern int32 JERRYI2SInterruptTimer;
+
 #endif