Updated PCI IDs to latest snapshot.
[tangerine.git] / arch / all-linux / hidd / bitmap.h
blob38554717479f63e05b907dc1d13c04e5a91f3a8f
1 #ifndef LXFB_BITMAP_H
2 #define LXFB_BITMAP_H
4 struct BitmapData
6 UBYTE *VideoData;
7 UBYTE *RealVideoData;
8 UBYTE bytesperpix;
9 ULONG bytesperline;
10 ULONG realbytesperline;
11 ULONG width;
12 ULONG height;
13 BOOL VideoDataAllocated;
16 #endif