9 lines
104 B
C
9 lines
104 B
C
#ifndef _HWA742_H
|
|
#define _HWA742_H
|
|
|
|
struct hwa742_platform_data {
|
|
unsigned te_connected:1;
|
|
};
|
|
|
|
#endif
|