]> cloudbase.mooo.com Git - z180-stamp.git/blob - stm32/hdrom.h
Interrupt driven Serial I/O, msg-fifo, do_msg..., debug msgs
[z180-stamp.git] / stm32 / hdrom.h
1 #ifndef HDROM_H
2 #define HDROM_H
3
4 extern const unsigned long hdrom_termination;
5 extern const unsigned long hdrom_start;
6 extern const unsigned long hdrom_finish;
7 extern const unsigned long hdrom_length;
8 extern const unsigned char hdrom[];
9
10 #endif /* HDROM_H */