Files
Debian-9-Kernel/include/linux/platform_data/asoc-palm27x.h
T
2023-05-02 09:58:35 +02:00

9 lines
113 B
C

#ifndef _INCLUDE_PALMASOC_H_
#define _INCLUDE_PALMASOC_H_
struct palm27x_asoc_info {
int jack_gpio;
};
#endif