mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 10:15:54 +00:00
9 lines
124 B
C
9 lines
124 B
C
|
#ifndef PLATFORM_DATA_SYSCON_H
|
||
|
#define PLATFORM_DATA_SYSCON_H
|
||
|
|
||
|
struct syscon_platform_data {
|
||
|
const char *label;
|
||
|
};
|
||
|
|
||
|
#endif
|