summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/pcicloud.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/pcicloud.h')
-rw-r--r--src/include/ipxe/pcicloud.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/include/ipxe/pcicloud.h b/src/include/ipxe/pcicloud.h
new file mode 100644
index 000000000..19d5147be
--- /dev/null
+++ b/src/include/ipxe/pcicloud.h
@@ -0,0 +1,19 @@
+#ifndef _IPXE_PCICLOUD_H
+#define _IPXE_PCICLOUD_H
+
+/** @file
+ *
+ * Cloud VM PCI configuration space access
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+FILE_SECBOOT ( PERMITTED );
+
+#ifdef PCIAPI_CLOUD
+#define PCIAPI_PREFIX_cloud
+#else
+#define PCIAPI_PREFIX_cloud __cloud_
+#endif
+
+#endif /* _IPXE_PCICLOUD_H */