forked from KolibriOS/kolibrios
blit from system memory in PIO mode
git-svn-id: svn://kolibrios.org@1002 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -18,6 +18,12 @@ typedef struct
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef KOLIBRI_PE
|
||||
#define LFB_BASE 0xDF000000
|
||||
#else
|
||||
#define LFB_BASE 0xFE000000
|
||||
#endif
|
||||
|
||||
|
||||
void usleep(u32_t delay);
|
||||
|
||||
|
Reference in New Issue
Block a user