mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-20 10:43:08 +00:00
9 lines
96 B
C
9 lines
96 B
C
|
/* SPDX-License-Identifier: MIT */
|
||
|
|
||
|
#ifndef PCIE_H
|
||
|
#define PCIE_H
|
||
|
|
||
|
int pcie_init(void);
|
||
|
|
||
|
#endif
|