mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07: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
|