Sign in
cos
/
third_party
/
kernel
/
d013eadd440085609f9d97c64263e8122bad2c48
/
.
/
include
/
linux
/
prmt.h
blob: 24da8364b91977fcd8c9c3372d8cd26a3cb6d578 [
file
]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifdef
CONFIG_ACPI_PRMT
void
init_prmt
(
void
);
#else
static
inline
void
init_prmt
(
void
)
{
}
#endif