projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)
[platform/kernel/linux-starfive.git]
/
include
/
linux
/
prmt.h
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifdef CONFIG_ACPI_PRMT
4
void init_prmt(void);
5
#else
6
static inline void init_prmt(void) { }
7
#endif