mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-04 20:09:09 +00:00
bd8ae6f4f6
Guests don't like it if PCIe is initialized already Signed-off-by: Hector Martin <marcan@marcan.st>
9 lines
121 B
C
9 lines
121 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef PCIE_H
|
|
#define PCIE_H
|
|
|
|
int pcie_init(void);
|
|
int pcie_shutdown(void);
|
|
|
|
#endif
|