mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-01-26 20:11:05 +02:00
cpu: Include header instead of repeating function declaration.
This commit is contained in:
parent
14bae043c0
commit
33e7f1ef56
@ -59,6 +59,7 @@
|
|||||||
#include "filedialog.h"
|
#include "filedialog.h"
|
||||||
#include "gmenu2x.h"
|
#include "gmenu2x.h"
|
||||||
#include "filelister.h"
|
#include "filelister.h"
|
||||||
|
#include "cpu.h"
|
||||||
|
|
||||||
#include "iconbutton.h"
|
#include "iconbutton.h"
|
||||||
#include "messagebox.h"
|
#include "messagebox.h"
|
||||||
|
@ -61,8 +61,6 @@ const int LOOP_DELAY=30000;
|
|||||||
extern const char *CARD_ROOT;
|
extern const char *CARD_ROOT;
|
||||||
extern const int CARD_ROOT_LEN;
|
extern const int CARD_ROOT_LEN;
|
||||||
|
|
||||||
extern void jz_cpuspeed(unsigned clockspeed);
|
|
||||||
|
|
||||||
// Note: Keep this in sync with colorNames!
|
// Note: Keep this in sync with colorNames!
|
||||||
enum color {
|
enum color {
|
||||||
COLOR_TOP_BAR_BG,
|
COLOR_TOP_BAR_BG,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user