summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-26 05:40:24 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-26 05:40:24 +0000
commitba809183a82a0c477c67be8cfc93b231948a82de (patch)
treefaaf9e4b637f81e6da2df5e22bef79b9eb89581f /firmware/export/lcd.h
parent51a54cff20284eca07c45c946b8480f8bb911f1c (diff)
downloadrockbox-ba809183a82a0c477c67be8cfc93b231948a82de.tar.gz
rockbox-ba809183a82a0c477c67be8cfc93b231948a82de.zip
Ported to Coldfire
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5347 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 306e525b99..b78474719a 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -21,7 +21,7 @@
21#define __LCD_H__ 21#define __LCD_H__
22 22
23#include <stdbool.h> 23#include <stdbool.h>
24#include "sh7034.h" 24#include "cpu.h"
25#include "config.h" 25#include "config.h"
26 26
27#define STYLE_DEFAULT 0 27#define STYLE_DEFAULT 0