Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs
svga_types.h File Reference

Go to the source code of this file.

Typedefs

typedef uint16_t uint16
 
typedef uint32_t uint32
 
typedef uint8_t uint8
 
typedef int32_t int32
 
typedef bool Bool
 

Typedef Documentation

typedef bool Bool

Definition at line 43 of file svga_types.h.

typedef int32_t int32

Definition at line 42 of file svga_types.h.

typedef uint16_t uint16

Silly typedefs for the svga headers. Currently the headers are shared between all components that talk to svga. And as such the headers are are in a completely different style and use weird defines.

This file lets all the ugly be prefixed with svga*.

Definition at line 39 of file svga_types.h.

typedef uint32_t uint32

Definition at line 40 of file svga_types.h.

typedef uint8_t uint8

Definition at line 41 of file svga_types.h.