From a59176e8094c3a7ec272f70b7f9511f9061dd117 Mon Sep 17 00:00:00 2001 From: Brian Demsky Date: Fri, 6 Jul 2012 00:39:00 -0700 Subject: [PATCH] add forgetten file --- config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.h diff --git a/config.h b/config.h new file mode 100644 index 00000000..31ae7a41 --- /dev/null +++ b/config.h @@ -0,0 +1,11 @@ +/** @file config.h + * @brief Configuration file. + */ + +#ifndef CONFIG_H +#define CONFIG_H +/** Do we have a 48 bit virtual address (64 bit machine) or 32 bit addresses */ +#define BIT48 1 + + +#endif -- 2.34.1