summaryrefslogtreecommitdiff
path: root/src/sriov.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sriov.h')
-rw-r--r--src/sriov.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/sriov.h b/src/sriov.h
index 7cd5896..e71f573 100644
--- a/src/sriov.h
+++ b/src/sriov.h
@@ -16,6 +16,10 @@
*/
#pragma once
+#include "netplan.h"
-void write_sriov_conf_finish(const char* rootdir);
-void cleanup_sriov_conf(const char* rootdir);
+NETPLAN_INTERNAL void
+write_sriov_conf_finish(const char* rootdir);
+
+NETPLAN_INTERNAL void
+cleanup_sriov_conf(const char* rootdir);