repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git]
/
include
/
acpi
/
button.h
blob
340da7784cc8582df50363cfa0330f7af3a9ba4d
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef ACPI_BUTTON_H
3
#define ACPI_BUTTON_H
4
5
#if IS_ENABLED(CONFIG_ACPI_BUTTON)
6
extern
int
acpi_lid_open
(
void
);
7
#else
8
static
inline
int
acpi_lid_open
(
void
)
9
{
10
return
1
;
11
}
12
#endif
/* IS_ENABLED(CONFIG_ACPI_BUTTON) */
13
14
#endif
/* ACPI_BUTTON_H */