diff options
author | Phil Blundell <pb@reciva.com> | 2003-10-04 02:56:54 +0000 |
---|---|---|
committer | Phil Blundell <pb@reciva.com> | 2003-10-04 02:56:54 +0000 |
commit | f3d8476ced1e3ba4b4ca7c9e23e98c2cc7ffcc14 (patch) | |
tree | 8e09cdc7c5980424ed4e7c84dd2736de3adb263f /hw/kdrive/fbdev | |
parent | aae3e6dcb3d72eba6d7d8d99079782ed1bfe63bd (diff) |
few more fixes for h3600 ts
Diffstat (limited to 'hw/kdrive/fbdev')
-rw-r--r-- | hw/kdrive/fbdev/fbdev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/kdrive/fbdev/fbdev.c b/hw/kdrive/fbdev/fbdev.c index 3bdeed1d1..0a1c7e2d1 100644 --- a/hw/kdrive/fbdev/fbdev.c +++ b/hw/kdrive/fbdev/fbdev.c @@ -31,6 +31,8 @@ /* this code was used to debug MSB 24bpp code on a 16bpp frame buffer */ #undef FAKE24_ON_16 +extern int KdTsPhyScreen; + Bool fbdevInitialize (KdCardInfo *card, FbdevPriv *priv) { |