/arch/arm/mach-pxa/include/mach/palmasoc.h
C++ Header | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | 465dca42bea371a8c9ab2e02e68cc871 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef _INCLUDE_PALMASOC_H_
2#define _INCLUDE_PALMASOC_H_
3
4struct palm27x_asoc_info {
5 int jack_gpio;
6};
7
8#endif