altos/scheme: Add ports. Split scheme code up.
[fw/altos] / src / scheme / test / ao_scheme_os.h
index b225b2e874302ab458569fd97c72277f8a5a9a68..9836d5346d5a0136a639cff16fa845273587b98b 100644 (file)
 #include <time.h>
 
 #define AO_SCHEME_POOL_TOTAL   32768
-#define AO_SCHEME_SAVE         1
-
-extern int ao_scheme_getc(void);
-
-static inline void
-ao_scheme_os_flush(void) {
-       fflush(stdout);
-}
 
 static inline void
 ao_scheme_abort(void)
@@ -38,12 +30,6 @@ ao_scheme_abort(void)
        abort();
 }
 
-static inline void
-ao_scheme_os_led(int led)
-{
-       printf("leds set to 0x%x\n", led);
-}
-
 #define AO_SCHEME_JIFFIES_PER_SECOND   100
 
 static inline void