Files
kernel/include/linux/screen_info.h
T

10 lines
191 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0 */
2006-01-08 01:04:54 -08:00
#ifndef _SCREEN_INFO_H
#define _SCREEN_INFO_H
2012-10-13 10:46:48 +01:00
#include <uapi/linux/screen_info.h>
2006-01-08 01:04:54 -08:00
extern struct screen_info screen_info;
2006-01-08 01:04:54 -08:00
#endif /* _SCREEN_INFO_H */