blob: 2354c6fa3726c9a983018345902db1b82ab89fa1 [file] [log] [blame]
Pawel Moll29f9b6c2014-02-12 10:47:10 +00001#ifndef PLATFORM_DATA_SYSCON_H
2#define PLATFORM_DATA_SYSCON_H
3
4struct syscon_platform_data {
5 const char *label;
6};
7
8#endif