repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/speculation/mds: Add sysfs reporting for MDS
[linux/fpc-iii.git]
/
include
/
asm-generic
/
fb.h
blob
f9f18101ed362fc59ffa5cdd3d8af6d1223fd272
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_GENERIC_FB_H_
3
#define __ASM_GENERIC_FB_H_
4
#include <linux/fb.h>
5
6
#define fb_pgprotect(...) do {} while (0)
7
8
static
inline
int
fb_is_primary_device
(
struct
fb_info
*
info
)
9
{
10
return
0
;
11
}
12
13
#endif
/* __ASM_GENERIC_FB_H_ */