mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-25 11:57:23 +00:00
Minimal initialization of the PCIe hardware such that the tunable can be applied such that they don't have to be passed along in the devicetree. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
8 lines
96 B
C
8 lines
96 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef PCIE_H
|
|
#define PCIE_H
|
|
|
|
int pcie_init(void);
|
|
|
|
#endif
|