summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-12-20 23:34:28 +0100
committerThomas Martitz <kugel@rockbox.org>2014-01-07 11:36:00 +0100
commitb8505222c02a7a5a19571c3d4577f3b473cb8558 (patch)
tree69c934c9a66ce010fe4d125fe06f7b043788628e /firmware/export
parent98d2121eaa857fcd9e665f6a5f321703b9659af1 (diff)
downloadrockbox-b8505222c02a7a5a19571c3d4577f3b473cb8558.tar.gz
rockbox-b8505222c02a7a5a19571c3d4577f3b473cb8558.zip
scroll_engine: Change header inclusion
Change-Id: I033db3d3a838f0a950ce7707de6a0cd4b2595d93
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/scroll_engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h
index 5e4b744c59..e3fd720550 100644
--- a/firmware/export/scroll_engine.h
+++ b/firmware/export/scroll_engine.h
@@ -25,10 +25,12 @@
25#ifndef __SCROLL_ENGINE_H__ 25#ifndef __SCROLL_ENGINE_H__
26#define __SCROLL_ENGINE_H__ 26#define __SCROLL_ENGINE_H__
27 27
28#include <stdbool.h>
28#include "config.h" 29#include "config.h"
29#include <lcd.h>
30#include "file.h" 30#include "file.h"
31 31
32struct viewport;
33
32extern void scroll_init(void) INIT_ATTR; 34extern void scroll_init(void) INIT_ATTR;
33 35
34extern void lcd_bidir_scroll(int threshold); 36extern void lcd_bidir_scroll(int threshold);