Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
mips
include
asm
mach-au1x00
au1200fb.h
Go to the documentation of this file.
1
/*
2
* platform data for au1200fb driver.
3
*/
4
5
#ifndef _AU1200FB_PLAT_H_
6
#define _AU1200FB_PLAT_H_
7
8
struct
au1200fb_platdata
{
9
int
(*
panel_index
)(
void
);
10
int
(*
panel_init
)(
void
);
11
int
(*
panel_shutdown
)(
void
);
12
};
13
14
#endif
Generated on Thu Jan 10 2013 13:09:43 for Linux Kernel by
1.8.2