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