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