Xen Test Framework
Macros
config.h File Reference

Logic to split an environment into finer-grain #define's. More...

#include <xtf/macro_magic.h>
+ Include dependency graph for config.h:

Go to the source code of this file.

Macros

#define XTF_VIRT_START   (1 << 20)
 

Detailed Description

Logic to split an environment into finer-grain #define's.

Converts CONFIG_ENV_$foo into:

The CONFIG_ENV_$foo is then undefined, to prevent its use in general code.

Definition in file config.h.

Macro Definition Documentation

◆ XTF_VIRT_START

#define XTF_VIRT_START   (1 << 20)

Definition at line 14 of file config.h.