root/include/linux/platform_data/syscon.h

/* [<][>][^][v][top][bottom][index][help] */
#ifndef PLATFORM_DATA_SYSCON_H
#define PLATFORM_DATA_SYSCON_H

struct syscon_platform_data {
        const char *label;
};

#endif

/* [<][>][^][v][top][bottom][index][help] */