summaryrefslogblamecommitdiffstats
path: root/src/arch/x86/include/ipxe/pcicloud.h
blob: 52268908c901ce8a0344af30f9ddd8e06dc7b6d6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                          
#ifndef _IPXE_PCICLOUD_H
#define _IPXE_PCICLOUD_H

/** @file
 *
 * Cloud VM PCI configuration space access
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef PCIAPI_CLOUD
#define PCIAPI_PREFIX_cloud
#else
#define PCIAPI_PREFIX_cloud __cloud_
#endif

#endif /* _IPXE_PCICLOUD_H */