mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-24 17:42:36 +00:00
6 lines
74 B
C
6 lines
74 B
C
|
|
#ifdef CONFIG_X86_32
|
||
|
|
# include "fb_32.h"
|
||
|
|
#else
|
||
|
|
# include "fb_64.h"
|
||
|
|
#endif
|