X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_hashtable.h;fp=boards%2Fek-lm3s1968%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_hashtable.h;h=7560617d7ca6a617da9ffb33df305120c67674e8;hb=5c610c526235fef906506165ef069d88fd0ca210;hp=0000000000000000000000000000000000000000;hpb=b3275d403a59f8c2b042abcb7a6b168e50105061;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_hashtable.h b/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_hashtable.h new file mode 100644 index 00000000..7560617d --- /dev/null +++ b/boards/ek-lm3s1968/benchmark/kernel_footprint/cfg/cfg_hashtable.h @@ -0,0 +1,52 @@ +/** + * \file + * + * + * \brief Configuration file for hashtable module. + * + * \author Daniele Basile + */ + +#ifndef CFG_HASHTABLE_H +#define CFG_HASHTABLE_H + +/** + * Enable/disable support to declare special hash tables which maintain a copy of + * the key internally instead of relying on the hook to extract it from the data. + * + * $WIZ$ type = "boolean" + */ +#define CONFIG_HT_OPTIONAL_INTERNAL_KEY 1 + +#endif /* CFG_HASHTABLE_H */ + + +