summaryrefslogtreecommitdiff
path: root/soh/include/tables/dmadata_table.h
blob: 09ba92c000fabc9ab7a092a662bb52558e51a893 (plain)
1
2
3
4
5
6
7
8
9
/**
 * Select dmadata table for version
 */
#ifdef NON_MATCHING
// For non-matching builds, dmadata is generated from the specfile segments
#include "dmadata_table_spec.h"
#else
#include "tables/dmadata_table_mqdbg.h"
#endif