summaryrefslogtreecommitdiff
path: root/avr/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'avr/background.h')
-rw-r--r--avr/background.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/avr/background.h b/avr/background.h
deleted file mode 100644
index a624dbb..0000000
--- a/avr/background.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef BACKGROUND_H
-#define BACKGROUND_H
-
-typedef int (*bg_func)(int);
-
-int bg_register(bg_func f);
-void bg_shed(void);
-
-#endif /* BACKGROUND_H */
-