Files
mm/include/tables/dmadata_table.h
T
2024-05-19 10:43:14 -07:00

10 lines
231 B
C

/**
* Select dmadata table for version
*/
#ifdef NON_MATCHING
// For non-matching builds, dmadata is generated from the specfile segments
#include "dmadata/dmadata_table_spec.h"
#else
#include "dmadata/dmadata_table_us.h"
#endif