m1n1/src/pcie.h
Mark Kettenis 9604907b2d pcie: minimal initialization
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>
2021-05-16 02:43:44 +09:00

8 lines
96 B
C

/* SPDX-License-Identifier: MIT */
#ifndef PCIE_H
#define PCIE_H
int pcie_init(void);
#endif