bankswitched isr example
[fw/sdcc] / device / examples / mcs51 / clock / hw.h
diff --git a/device/examples/mcs51/clock/hw.h b/device/examples/mcs51/clock/hw.h
new file mode 100755 (executable)
index 0000000..4161a2e
--- /dev/null
@@ -0,0 +1,6 @@
+#define OSCILLATOR 11059200
+#define BAUD 19200
+
+void ClockIrqHandler (void) interrupt 1 using 3;
+unsigned long ClockTicks(void);
+