aquamarine/data/hwdata.hpp.in

9 lines
193 B
C++
Raw Permalink Normal View History

2024-07-02 13:12:47 +02:00
#include <unordered_map>
#include <string>
#define __AQ_PNP_PROP(pnp, manu) {pnp, manu}
inline std::unordered_map<std::string, std::string> PNPIDS = {
@HWDATA_PNP_IDS@
};
#undef __AQ_PNP_PROP