]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/background.h
new fifos msg in, msg out, console in, console out
[z180-stamp.git] / include / 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