summaryrefslogtreecommitdiffstats
path: root/Src/osmocombb/src/target/firmware/include/calypso/backlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/osmocombb/src/target/firmware/include/calypso/backlight.h')
-rw-r--r--Src/osmocombb/src/target/firmware/include/calypso/backlight.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Src/osmocombb/src/target/firmware/include/calypso/backlight.h b/Src/osmocombb/src/target/firmware/include/calypso/backlight.h
deleted file mode 100644
index 3a6abd5..0000000
--- a/Src/osmocombb/src/target/firmware/include/calypso/backlight.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _CAL_BACKLIGHT_H
-#define _CAL_BACKLIGHT_H
-
-/* Switch backlight to PWL mode (or back) */
-void bl_mode_pwl(int on);
-
-/* Set the backlight level */
-void bl_level(uint8_t level);
-
-#endif /* CAL_BACKLIGHT_H */