trivial changes
[c11tester.git] / config.h
1 /** @file config.h
2  * @brief Configuration file.
3  */
4
5 #ifndef CONFIG_H
6 #define CONFIG_H
7 /** Do we have a 48 bit virtual address (64 bit machine) or 32 bit addresses */
8 #define BIT48 1
9
10
11 #endif