summaryrefslogtreecommitdiff
path: root/tools/src/pcie.h
blob: e33d59db68291da6e7b7ce99150ca70112fc2945 (plain)
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