mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 20:23:57 +08:00
efd746b889
move the SGIVW definitions from setup_arch.h into its own header file. preparation for turning VISWS into a generic PC architecture. Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
120 B
C
6 lines
120 B
C
/*
|
|
* Frame buffer position and size:
|
|
*/
|
|
extern unsigned long sgivwfb_mem_phys;
|
|
extern unsigned long sgivwfb_mem_size;
|