Repository URL to install this package:
|
Version:
0.0.0+git20231231120600.c4a6984.master ▾
|
linux-headers-3.10.108-lge-bullhead
/
usr
/
src
/
linux-headers-3.10.108-lge-bullhead
/
include
/
linux
/
display_state.h
|
|---|
/*
* 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