repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
include
/
linux
/
fbcon.h
blob
f68a7db141650ccea369571b89f74561b3d367c4
1
#ifndef _LINUX_FBCON_H
2
#define _LINUX_FBCON_H
3
4
#ifdef CONFIG_FRAMEBUFFER_CONSOLE
5
void
__init
fb_console_init
(
void
);
6
void
__exit
fb_console_exit
(
void
);
7
#else
8
static
inline
void
fb_console_init
(
void
) {}
9
static
inline
void
fb_console_exit
(
void
) {}
10
#endif
11
12
#endif
/* _LINUX_FBCON_H */