X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fipxe%2Fsrc%2Fconfig%2Fnamed.h;fp=qemu%2Froms%2Fipxe%2Fsrc%2Fconfig%2Fnamed.h;h=36efdabdd97c89004eea467e49de89a4a8dd90bc;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/ipxe/src/config/named.h b/qemu/roms/ipxe/src/config/named.h new file mode 100644 index 000000000..36efdabdd --- /dev/null +++ b/qemu/roms/ipxe/src/config/named.h @@ -0,0 +1,26 @@ +#ifndef CONFIG_NAMED_H +#define CONFIG_NAMED_H + +/** @file + * + * Named configurations + * + */ + +FILE_LICENCE ( GPL2_OR_LATER ); + +/* config//
.h */ +#ifdef CONFIG +#define NAMED_CONFIG(_header) +#else +#define NAMED_CONFIG(_header) +#endif + +/* config/local//
.h */ +#ifdef LOCAL_CONFIG +#define LOCAL_NAMED_CONFIG(_header) +#else +#define LOCAL_NAMED_CONFIG(_header) +#endif + +#endif /* CONFIG_NAMED_H */