dashboard
repositories
activity
search
login
luoshi
/
RK3588_XEN
forked from
~ljy/RK3588_XEN
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
config J_GPIO
hc
2024-08-12
0517ab8c70e05fc5877c0c6dae1a5f42a16dcf88
[~luoshi/RK3588_XEN.git]
/
kernel
/
include
/
linux
/
screen_info.h
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_SCREEN_INFO_H
#define
_SCREEN_INFO_H
#include
<uapi/linux/screen_info.h>
extern
struct
screen_info screen_info
;
#endif
/* _SCREEN_INFO_H */