aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_connector_type_count.c
blob: 646fd70b31a928958997afb4433515c60d63fe65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* See LICENSE file for copyright and license details. */
#include "common.h"


#define X(...) +1

/**
 * The number of values defined in `libgamma_connector_type_t`
 * in the version of the library the program is linked against
 */
const int libgamma_connector_type_count = LIST_CONNECTOR_TYPES(X);

#undef X