2006-01-08 17:04:54 +08:00
|
|
|
#ifndef _SCREEN_INFO_H
|
|
|
|
#define _SCREEN_INFO_H
|
|
|
|
|
2012-10-13 17:46:48 +08:00
|
|
|
#include <uapi/linux/screen_info.h>
|
2006-01-08 17:04:54 +08:00
|
|
|
|
2007-10-22 08:56:19 +08:00
|
|
|
extern struct screen_info screen_info;
|
|
|
|
|
2006-01-08 17:04:54 +08:00
|
|
|
#endif /* _SCREEN_INFO_H */
|