blob: e2cd6011edec5c93d1e8d081dc7ed402217da7b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
* include/linux/display_state.h
*
* Copyright (c) 2016 Francisco Franco
* franciscofranco.1990@gmail.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef _LINUX_DISPLAY_STATE_H
#define _LINUX_DISPLAY_STATE_H
bool is_display_on(void);
#endif
|