1 2 3 4 5 6 7 8 9
/* SPDX-License-Identifier: MIT */ #ifndef PCIE_H #define PCIE_H int pcie_init(void); int pcie_shutdown(void); #endif