aboutsummaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-06-15 15:45:12 +0200
commit7b3da5001ca3648380070a1ea19a44bd76ce3d4b (patch)
tree0e5a2307d30c38ccb8834721faedccb3b6f9d207 /display.h
parent597892aaee54debd403f423a781538785b646a19 (diff)
Encapsulate the display (1)
Remove some corner cases for the footer display we have the same display feature for all the pm blocks. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'display.h')
-rw-r--r--display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/display.h b/display.h
index 047d674..0b407fb 100644
--- a/display.h
+++ b/display.h
@@ -13,4 +13,4 @@
* - initial API and implementation
*******************************************************************************/
-extern int display_init(void);
+extern int display_init(int wdefault);