Sign in
gem5
/
arm
/
linux-arm64-legacy
/
030853b7abdd6effb9cb44f29e60d1d7a9592210
/
.
/
include
/
acpi
/
video.h
blob: f0275bb79ce40813591e33333658c5dd0b7ed2f3 [
file
] [
log
] [
blame
]
#ifndef
__ACPI_VIDEO_H
#define
__ACPI_VIDEO_H
#if (defined CONFIG_ACPI_VIDEO || defined CONFIG_ACPI_VIDEO_MODULE)
extern
int
acpi_video_register
(
void
);
#else
static
inline
int
acpi_video_register
(
void
)
{
return
0
;
}
#endif
#endif