diff options
| author | J. Bruce Fields <bfields@redhat.com> | 2012-10-09 18:35:22 -0400 |
|---|---|---|
| committer | J. Bruce Fields <bfields@redhat.com> | 2012-10-09 18:35:22 -0400 |
| commit | f474af7051212b4efc8267583fad9c4ebf33ccff (patch) | |
| tree | 1aa46ebc8065a341f247c2a2d9af2f624ad1d4f8 /include/linux/platform_data/asoc-mx27vis.h | |
| parent | 0d22f68f02c10d5d10ec5712917e5828b001a822 (diff) | |
| parent | e3dd9a52cb5552c46c2a4ca7ccdfb4dab5c72457 (diff) | |
nfs: disintegrate UAPI for nfs
This is to complete part of the Userspace API (UAPI) disintegration for which
the preparatory patches were pulled recently. After these patches, userspace
headers will be segregated into:
include/uapi/linux/.../foo.h
for the userspace interface stuff, and:
include/linux/.../foo.h
for the strictly kernel internal stuff.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/platform_data/asoc-mx27vis.h')
| -rw-r--r-- | include/linux/platform_data/asoc-mx27vis.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/platform_data/asoc-mx27vis.h b/include/linux/platform_data/asoc-mx27vis.h new file mode 100644 index 000000000000..409adcd04d04 --- /dev/null +++ b/include/linux/platform_data/asoc-mx27vis.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #ifndef __PLATFORM_DATA_ASOC_MX27VIS_H | ||
| 2 | #define __PLATFORM_DATA_ASOC_MX27VIS_H | ||
| 3 | |||
| 4 | struct snd_mx27vis_platform_data { | ||
| 5 | int amp_gain0_gpio; | ||
| 6 | int amp_gain1_gpio; | ||
| 7 | int amp_mutel_gpio; | ||
| 8 | int amp_muter_gpio; | ||
| 9 | }; | ||
| 10 | |||
| 11 | #endif /* __PLATFORM_DATA_ASOC_MX27VIS_H */ | ||
