2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-26 14:14:01 +08:00
linux-next/include/linux/screen_info.h

9 lines
152 B
C
Raw Normal View History

#ifndef _SCREEN_INFO_H
#define _SCREEN_INFO_H
#include <uapi/linux/screen_info.h>
extern struct screen_info screen_info;
#endif /* _SCREEN_INFO_H */