M7350/kernel/include/linux/screen_info.h

9 lines
152 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef _SCREEN_INFO_H
#define _SCREEN_INFO_H
2024-09-09 08:57:42 +00:00
#include <uapi/linux/screen_info.h>
2024-09-09 08:52:07 +00:00
extern struct screen_info screen_info;
#endif /* _SCREEN_INFO_H */