Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
linux
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
6a6e640
Breadcrumbs
linux
/
arch
/
arm
/
mach-omap2
/
dss-common.h
Blame
Blame
Latest commit
History
History
13 lines (10 loc) · 331 Bytes
Breadcrumbs
linux
/
arch
/
arm
/
mach-omap2
/
dss-common.h
Top
File metadata and controls
Code
Blame
13 lines (10 loc) · 331 Bytes
Raw
#ifndef __OMAP_DSS_COMMON__ #define __OMAP_DSS_COMMON__ /* * NOTE: this is a transitional file to help with DT adaptation. * This file will be removed when DSS supports DT. */ void __init omap4_panda_display_init_of(void); void __init omap_4430sdp_display_init_of(void); void __init omap3_igep2_display_init_of(void); #endif
1
2
3
4
5
6
7
8
9
10
11
12
13
You can’t perform that action at this time.