summaryrefslogtreecommitdiff
path: root/tools/src/pcie.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src/pcie.h')
-rw-r--r--tools/src/pcie.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/src/pcie.h b/tools/src/pcie.h
new file mode 100644
index 0000000..e33d59d
--- /dev/null
+++ b/tools/src/pcie.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: MIT */
+
+#ifndef PCIE_H
+#define PCIE_H
+
+int pcie_init(void);
+int pcie_shutdown(void);
+
+#endif