Welcome to mirror list, hosted at ThFree Co, Russian Federation.

screen_info.h « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0f8bad54be9e509f9824bb74621b6e9706b778d (plain)
1
2
3
4
5
6
7
8
#ifndef _SCREEN_INFO_H
#define _SCREEN_INFO_H

#include <uapi/linux/screen_info.h>

extern struct screen_info screen_info;

#endif /* _SCREEN_INFO_H */