JVM test

Dependencies:   mbed

Revision:
6:b9d0d96b052f
Parent:
5:047542b65d00
Child:
7:2a384a077520
--- a/device_depend.h	Sat Aug 24 07:00:51 2013 +0000
+++ b/device_depend.h	Mon Aug 26 15:02:07 2013 +0000
@@ -3,6 +3,7 @@
 
 #include "mbed.h"
 
+
 // functions
 void hardware_init(void);
 void uart_init(int baud_rate);
@@ -11,7 +12,10 @@
 int time_millis(void);
 void port_write(int port, int bit, int value);
 
+void bytecode_read_init(void);
+char* bytecode_read(int bc_num, int length);
 void setup_systick(void);
 
 #endif
 
+