]> cloudbase.mooo.com Git - z180-stamp.git/blame - avr/background.h
Add memory commands (cmp, cp, md, mm, mw, nm)
[z180-stamp.git] / avr / background.h
CommitLineData
72f58822
L
1#ifndef BACKGROUND_H
2#define BACKGROUND_H
3
4typedef int (*bg_func)(int);
5
6int bg_register(bg_func f);
7void bg_shed(void);
8
9#endif /* BACKGROUND_H */
10