exynos-linux-stable/include/linux/display_state.h
THEBOSS e61e26e101
display: add a simple api to query the display state (on/off)
Co-authored-by: morogoku <morogoku@hotmail.com>
Co-authored-by: THEBOSS <ehabhani59@gmail.com>
2023-04-30 19:42:50 +03:00

17 lines
No EOL
408 B
C

/*
* include/linux/display_state.h
*
* Copyright (c) 2016-2017 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