mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
lcd-target.h: remove some duplicate declarations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31625 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9c4a885f31
commit
2737a66471
3 changed files with 0 additions and 33 deletions
|
|
@ -21,15 +21,9 @@
|
|||
#ifndef LCD_TARGET_H
|
||||
#define LCD_TARGET_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void lcd_enable(bool state);
|
||||
bool lcd_active(void);
|
||||
void lcd_init_device(void);
|
||||
void lcd_clock_enable(void);
|
||||
void lcd_clock_disable(void);
|
||||
|
||||
|
||||
void lcd_init_controller(void);
|
||||
void lcd_set_target(int x, int y, int width, int height);
|
||||
void lcd_on(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue