1 #ifndef _JEDEC_H_ 2 #define _JEDEC_H_ 3 4 #include <string> 5 6 std::string jedec_resolve(const std::string &); 7 8 #endif