Sign in
cos
/
third_party
/
kernel
/
274b1e779114c4e58a62fee4f839d1a4dbf719e1
/
.
/
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