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