|
Linux Kernel
3.7.1
|
#include <svga_reg.h>
Data Fields | |
| union { | |
| struct { | |
| uint32 bitsPerPixel: 8 | |
| uint32 colorDepth: 8 | |
| uint32 reserved: 16 | |
| } | |
| uint32 value | |
| }; | |
Definition at line 314 of file svga_reg.h.
| union { ... } |
| uint32 bitsPerPixel |
Definition at line 318 of file svga_reg.h.
| uint32 colorDepth |
Definition at line 319 of file svga_reg.h.
| uint32 reserved |
Definition at line 320 of file svga_reg.h.
| uint32 value |
Definition at line 323 of file svga_reg.h.
1.8.2