summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04/jbt6k74.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/board/goldelico/gta04/jbt6k74.h')
-rw-r--r--u-boot/board/goldelico/gta04/jbt6k74.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/u-boot/board/goldelico/gta04/jbt6k74.h b/u-boot/board/goldelico/gta04/jbt6k74.h
deleted file mode 100644
index 170873f..0000000
--- a/u-boot/board/goldelico/gta04/jbt6k74.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _JBT6K74_H
-#define _JBT6K74_H
-
-#include <video_fb.h>
-#include "TD028TTEC1.h"
-#include "backlight.h"
-
-enum jbt_state {
- JBT_STATE_DEEP_STANDBY,
- JBT_STATE_SLEEP,
- JBT_STATE_NORMAL,
-};
-
-int jbt6k74_display_onoff(int on);
-int jbt6k74_enter_state(enum jbt_state new_state);
-const char *jbt_state(void);
-int board_video_init(GraphicDevice *pGD);
-
-#endif